Updated
This commit is contained in:
+4
-3
@@ -1,6 +1,6 @@
|
||||
version: '3'
|
||||
services:
|
||||
edutoken-www:
|
||||
mermsoffice-www:
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile
|
||||
@@ -9,9 +9,10 @@ services:
|
||||
- ./:/app
|
||||
- '/app/node_modules'
|
||||
ports:
|
||||
- 7076:5173
|
||||
- ${APP_PORT}:3000
|
||||
expose:
|
||||
- "5173"
|
||||
- "3000"
|
||||
extra_hosts:
|
||||
- digifi-apidev.chiefsoft.net:10.10.33.15
|
||||
- backend.wrenchboard.api.test:10.10.33.15
|
||||
@@ -27,4 +28,4 @@ networks:
|
||||
driver: bridge
|
||||
ipam:
|
||||
config:
|
||||
- subnet: 172.11.56.0/24
|
||||
- subnet: 172.15.56.0/24
|
||||
Reference in New Issue
Block a user