extra host
This commit is contained in:
+5
-2
@@ -11,10 +11,13 @@ services:
|
|||||||
ports:
|
ports:
|
||||||
- 6030:5173
|
- 6030:5173
|
||||||
expose:
|
expose:
|
||||||
- "5173"
|
- "5173"
|
||||||
|
extra_hosts:
|
||||||
|
- digifi-apidev.chiefsoft.net:10.10.33.15
|
||||||
|
- backend.wrenchboard.api.test:10.10.33.15
|
||||||
environment:
|
environment:
|
||||||
- PORT=${DIGIFI_PORT}
|
- PORT=${DIGIFI_PORT}
|
||||||
tty: true
|
tty: true
|
||||||
stdin_open: true
|
stdin_open: true
|
||||||
volumes:
|
volumes:
|
||||||
src:
|
src:
|
||||||
|
|||||||
Reference in New Issue
Block a user