Merge pull request #124 from leosilberg/patch-1

Remove legacy DATABASE_URL env
This commit is contained in:
Mauricio Siu
2026-02-15 21:13:13 -06:00
committed by GitHub

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..."