Update docker-compose.prod.yml
Some checks failed
Deploy App / build-and-deploy (push) Failing after 2m5s

This commit is contained in:
2025-08-31 08:21:08 +02:00
parent 819661cd9e
commit 657ad8bbe6

View File

@@ -9,7 +9,12 @@ services:
- laravel - laravel
nginx: nginx:
image: git.oskarmikael.com/oskarb/scheduler:latest image: nginx:1.27
volumes:
- ./docker/nginx/nginx.conf:/etc/nginx/conf.d/default.conf:ro
- storage:/var/www/html/storage:ro
- bootstrap_cache:/var/www/html/bootstrap/cache:ro
- ./public:/var/www/html/public:ro
ports: ports:
- '${APP_PORT:-80}:80' - '${APP_PORT:-80}:80'
depends_on: depends_on: