This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user