This commit is contained in:
CHIEFSOFT\ameye
2024-12-23 21:46:01 -05:00
parent 60ac57584e
commit 6384470143
2 changed files with 22 additions and 32 deletions
+4 -3
View File
@@ -1,11 +1,9 @@
version: '3'
services:
merms-mainsite-2025:
merms-mainsite2025:
build:
context: .
dockerfile: docker/Dockerfile
args:
- NODE_ENV=development
restart: unless-stopped
ports:
- ${APP_PORT}:3000
@@ -16,6 +14,9 @@ services:
- ./run.sh:/app/run.sh
- ./node_modules:/app/node_modules
- ./next:/app/.next
extra_hosts:
- backend.wrenchboard.api.live:10.10.33.15
- backend.wrenchboard.api.test:10.10.33.15
tty: true
stdin_open: true
volumes: