Update docker-compose.prod.yml
All checks were successful
Deploy App / build-and-deploy (push) Successful in 2m7s

This commit is contained in:
2025-08-31 07:43:23 +02:00
parent 6a58cae34b
commit 5562f1e32c

View File

@@ -12,6 +12,7 @@ services:
image: nginx:1.27 image: nginx:1.27
volumes: volumes:
- ../nginx.conf:/etc/nginx/conf.d/default.conf:ro - ../nginx.conf:/etc/nginx/conf.d/default.conf:ro
- .:/var/www/html
ports: ports:
- '${APP_PORT:-80}:80' - '${APP_PORT:-80}:80'
depends_on: depends_on: