We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18a2fd2 commit 1ee2781Copy full SHA for 1ee2781
1 file changed
hosting/docker/webapp/docker-compose.yml
@@ -105,7 +105,7 @@ services:
105
networks:
106
- webapp
107
environment:
108
- DATABASE_URL: postgresql://postgres:postgres@postgres:5432/main?schema=public&sslmode=disable
+ DATABASE_URL: ${DATABASE_URL:-postgresql://postgres:postgres@postgres:5432/main?schema=public&sslmode=disable}
109
ELECTRIC_INSECURE: true
110
ELECTRIC_USAGE_REPORTING: false
111
healthcheck:
0 commit comments