Update docker-compose.prod.yml
Some checks failed
Deploy App / build-and-deploy (push) Failing after 2m3s
Some checks failed
Deploy App / build-and-deploy (push) Failing after 2m3s
This commit is contained in:
@@ -9,9 +9,7 @@ services:
|
|||||||
- laravel
|
- laravel
|
||||||
|
|
||||||
nginx:
|
nginx:
|
||||||
build:
|
image: git.oskarmikael.com/oskarb/scheduler:latest
|
||||||
context: .
|
|
||||||
target: nginx
|
|
||||||
ports:
|
ports:
|
||||||
- '${APP_PORT:-80}:80'
|
- '${APP_PORT:-80}:80'
|
||||||
depends_on:
|
depends_on:
|
||||||
|
|||||||
Reference in New Issue
Block a user