This commit is contained in:
CHIEFSOFT\ameye
2025-02-09 11:37:14 -05:00
parent ae71f3c8bf
commit 92f9a60519
6 changed files with 15 additions and 14 deletions
+4 -3
View File
@@ -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