Harden dev environment configuration
This commit is contained in:
@@ -36,10 +36,11 @@ services:
|
||||
depends_on:
|
||||
- merchantsofhope-supplyanddemandportal-backend
|
||||
environment:
|
||||
PORT: 3000
|
||||
HOST: 0.0.0.0
|
||||
PORT: 12000
|
||||
REACT_APP_API_URL: ${REACT_APP_API_URL:-http://merchantsofhope-supplyanddemandportal-backend:3001}
|
||||
ports:
|
||||
- "0.0.0.0:3000:3000"
|
||||
- "0.0.0.0:12000:12000"
|
||||
|
||||
volumes:
|
||||
merchantsofhope-supplyanddemandportal-postgres-data:
|
||||
|
||||
Reference in New Issue
Block a user