mirror of
https://github.com/coollabsio/coolify-examples.git
synced 2026-02-27 17:58:57 +00:00
Update docker-compose-parser.yaml
This commit is contained in:
@@ -4,10 +4,8 @@ services:
|
|||||||
image: 'nginx'
|
image: 'nginx'
|
||||||
environment:
|
environment:
|
||||||
DB_URL: 'postgres://$POSTGRES_USER:$POSTGRES_PASSWORD@db/postgres'
|
DB_URL: 'postgres://$POSTGRES_USER:$POSTGRES_PASSWORD@db/postgres'
|
||||||
SERVICE_FQDN_APP: /app
|
|
||||||
APP_KEY: base64
|
APP_KEY: base64
|
||||||
APP_DEBUG: '${APP_DEBUG:-false}'
|
APP_DEBUG: '${APP_DEBUG:-false}'
|
||||||
APP_URL: $SERVICE_FQDN_APP
|
|
||||||
volumes:
|
volumes:
|
||||||
- './index.html:/usr/share/nginx/html/index.html'
|
- './index.html:/usr/share/nginx/html/index.html'
|
||||||
- 'test-html:/html'
|
- 'test-html:/html'
|
||||||
|
|||||||
Reference in New Issue
Block a user