Fix deploy
All checks were successful
Deploy App / build-and-deploy (push) Successful in 2m12s

This commit is contained in:
2025-08-31 02:02:30 +02:00
parent 03e3bda0ce
commit a54308f710
3 changed files with 38 additions and 18 deletions

View File

@@ -1,16 +1,17 @@
services:
app:
image: git.oskarmikael.com/oskarb/scheduler:latest
env_file:
- .env
volumes:
- storage:/var/www/html/storage
- bootstrap_cache:/var/www/html/bootstrap/cache
- .env:/var/www/html/.env
networks:
- laravel
nginx:
image: nginx:1.27
volumes:
- ./nginx.conf:/etc/nginx/conf.d/default.conf:ro
- ../nginx.conf:/etc/nginx/conf.d/default.conf:ro
ports:
- '${APP_PORT:-80}:80'
depends_on: