fix docker-compose prod ROOT_FQDN var
All checks were successful
Deploy Bookshelf / deploy (push) Successful in 36s
All checks were successful
Deploy Bookshelf / deploy (push) Successful in 36s
This commit is contained in:
@@ -4,8 +4,8 @@ services:
|
|||||||
build:
|
build:
|
||||||
context: .
|
context: .
|
||||||
dockerfile: front/Dockerfile
|
dockerfile: front/Dockerfile
|
||||||
args:
|
environment:
|
||||||
VUE_APP_ROOT_FQDN: ${ROOT_FQDN}
|
VUE_APP_ROOT_FQDN: ${SERVICE_ROOT_FQDN}
|
||||||
ports:
|
ports:
|
||||||
- 80:80
|
- 80:80
|
||||||
depends_on:
|
depends_on:
|
||||||
|
|||||||
Reference in New Issue
Block a user