Envrionment support infrastructure

This commit is contained in:
Olusesan Ameye
2025-08-27 03:00:35 +00:00
parent baf96da5eb
commit e9d30d6169
5 changed files with 188 additions and 15 deletions
+4
View File
@@ -5,10 +5,13 @@ services:
build:
context: .
dockerfile: Dockerfile
args:
- NODE_ENV=development
restart: unless-stopped
volumes:
- ./:/app
- '/app/node_modules'
- ./run.sh:/app/run.sh
ports:
- 8092:5173
expose:
@@ -21,6 +24,7 @@ services:
- socket.mermsemr.com:10.10.33.15
environment:
- PORT=${DIGIFI_PORT}
- NODE_ENV=${NODE_ENV:-production}
tty: true
stdin_open: true
volumes: