Update docker-compose-parser.yaml

This commit is contained in:
Andras Bacsai
2024-08-22 14:17:44 +02:00
committed by GitHub
parent 7d01f00fe6
commit b9e7f8b6f2

View File

@@ -8,8 +8,8 @@ services:
APP_DEBUG: '${APP_DEBUG:-false}' APP_DEBUG: '${APP_DEBUG:-false}'
APP_URL: $SERVICE_FQDN_APP APP_URL: $SERVICE_FQDN_APP
volumes: volumes:
- './:/var/www/html' - './html:/var/www/html'
- './nginx:/etc/nginx' - 'test-html:/html'
depends_on: depends_on:
db: db:
condition: service_healthy condition: service_healthy
@@ -18,6 +18,8 @@ services:
environment: environment:
POSTGRES_USER: postgres POSTGRES_USER: postgres
POSTGRES_PASSWORD: postgres POSTGRES_PASSWORD: postgres
volumes:
- 'data:/var/lib/postgresql/data'
healthcheck: healthcheck:
test: test:
- CMD - CMD