docker-compose.yml: comment environment
This commit is contained in:
parent
92c3b0ca02
commit
e56285070e
@ -1,9 +1,9 @@
|
|||||||
version: '3.3'
|
version: '3.3'
|
||||||
services:
|
services:
|
||||||
external_client:
|
external_client:
|
||||||
environment:
|
# environment:
|
||||||
- URL_IUS_DIRECT=${URL_IUS_DIRECT}
|
# - URL_IUS_DIRECT=${URL_IUS_DIRECT}
|
||||||
- USE_DEV_COLORS=${USE_DEV_COLORS}
|
# - USE_DEV_COLORS=${USE_DEV_COLORS}
|
||||||
build:
|
build:
|
||||||
context: .
|
context: .
|
||||||
dockerfile: ./apps/web/Dockerfile
|
dockerfile: ./apps/web/Dockerfile
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user