Update docker-compose-parser.yaml

This commit is contained in:
Andras Bacsai
2024-08-23 11:10:50 +02:00
committed by GitHub
parent 7a0585898d
commit 58ce53a954

View File

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