Update docker-compose-parser.yaml

This commit is contained in:
Andras Bacsai
2024-08-23 11:16:07 +02:00
committed by GitHub
parent 58ce53a954
commit 833e507eba

View File

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