This commit is contained in:
@@ -1,10 +1,10 @@
|
|||||||
version: "2"
|
version: "3.9"
|
||||||
services:
|
services:
|
||||||
nginx:
|
nginx:
|
||||||
build:
|
build:
|
||||||
context: .
|
context: .
|
||||||
dockerfile: front/Dockerfile
|
dockerfile: front/Dockerfile
|
||||||
environment:
|
args:
|
||||||
VUE_APP_ROOT_FQDN: ${SERVICE_ROOT_FQDN}
|
VUE_APP_ROOT_FQDN: ${SERVICE_ROOT_FQDN}
|
||||||
ports:
|
ports:
|
||||||
- 80:80
|
- 80:80
|
||||||
|
|||||||
Reference in New Issue
Block a user