Update docker-compose-parser.yaml

This commit is contained in:
Andras Bacsai
2024-08-28 11:42:15 +02:00
committed by GitHub
parent acde4d225c
commit 83a0c2538b

View File

@@ -4,10 +4,8 @@ services:
image: 'nginx'
environment:
DB_URL: 'postgres://$POSTGRES_USER:$POSTGRES_PASSWORD@db/postgres'
SERVICE_FQDN_APP: /app
APP_KEY: base64
APP_DEBUG: '${APP_DEBUG:-false}'
APP_URL: $SERVICE_FQDN_APP
volumes:
- './index.html:/usr/share/nginx/html/index.html'
- 'test-html:/html'