Envrionment support infrastructure
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user