Update docker-compose-parser.yaml

This commit is contained in:
Andras Bacsai
2024-09-08 13:49:31 +02:00
committed by GitHub
parent 84e9d781f1
commit 8e86943e66

View File

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