Update docker-compose.prod.yml
Some checks failed
Deploy App / build-and-deploy (push) Failing after 2m5s
Some checks failed
Deploy App / build-and-deploy (push) Failing after 2m5s
This commit is contained in:
@@ -9,7 +9,12 @@ services:
|
||||
- laravel
|
||||
|
||||
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:
|
||||
- '${APP_PORT:-80}:80'
|
||||
depends_on:
|
||||
|
||||
Reference in New Issue
Block a user