Small change.

This commit is contained in:
Daniel31x13
2022-07-19 21:23:24 -04:00
parent 7cd0b9d956
commit 09f842f409
5 changed files with 8 additions and 8 deletions
+2 -2
View File
@@ -19,7 +19,7 @@ services:
volumes:
- ./api:/home/node
ports:
- ${API_PORT:-5000}:5000
- ${API_PORT:-5500}:5500
restart: unless-stopped
depends_on:
- mongo
@@ -28,7 +28,7 @@ services:
build: .
environment:
# - DANGEROUSLY_DISABLE_HOST_CHECK=true
- REACT_APP_API_HOST=http://${API_ADDRESS:-localhost}:${API_PORT:-5000}
- REACT_APP_API_HOST=http://${API_ADDRESS:-localhost}:${API_PORT:-5500}
command: npm run go
volumes:
- /home/node/node_modules