Update docker-compose.prod.yml
This commit is contained in:
@@ -9,12 +9,7 @@ services:
|
|||||||
- laravel
|
- laravel
|
||||||
|
|
||||||
nginx:
|
nginx:
|
||||||
image: nginx:1.27
|
image: git.oskarmikael.com/oskarb/scheduler:latest
|
||||||
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:
|
||||||
|
|||||||
Reference in New Issue
Block a user