Update docker-compose-parser.yaml

This commit is contained in:
Andras Bacsai
2024-09-08 13:49:07 +02:00
committed by GitHub
parent 34f6587e56
commit 84e9d781f1

View File

@@ -3,6 +3,7 @@ services:
app: app:
image: 'nginx' image: 'nginx'
environment: environment:
SERVICE_FQDN_NGINX:
DB_URL: 'postgres://$POSTGRES_USER:$POSTGRES_PASSWORD@db/postgres' DB_URL: 'postgres://$POSTGRES_USER:$POSTGRES_PASSWORD@db/postgres'
APP_KEY: base64 APP_KEY: base64
APP_DEBUG: '${APP_DEBUG:-false}' APP_DEBUG: '${APP_DEBUG:-false}'