mirror of
https://github.com/coollabsio/coolify-examples.git
synced 2026-02-18 21:38:58 +00:00
Update docker-compose-parser.yaml
This commit is contained in:
@@ -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}'
|
||||||
|
|||||||
Reference in New Issue
Block a user