Remove legacy DATABASE_URL env

This commit is contained in:
Ariel Silberg
2026-02-01 00:45:49 +02:00
committed by GitHub
parent 841f1d644c
commit 62768da491

View File

@@ -95,6 +95,7 @@ echo "🔄 Updating Dokploy service..."
docker service update \
--secret-add source=dokploy_postgres_password,target=/run/secrets/postgres_password \
--env-add POSTGRES_PASSWORD_FILE=/run/secrets/postgres_password \
--env-rm DATABASE_URL \
dokploy
echo "⏳ Waiting for services to restart..."