fix environment variables

Signed-off-by: microwavedcola1 <microwavedcola@gmail.com>
This commit is contained in:
microwavedcola1 2022-01-14 15:38:49 +01:00
parent 73f6800fd6
commit 09936a3bd3
1 changed files with 2 additions and 2 deletions

View File

@ -16,8 +16,8 @@ services:
ports:
- "8000:8000"
environment:
- MV_PORT=8000
- MV_ENDPOINT=${CLUSTER_URL} # configure custom RPC node
- MB_PORT=8000
- MB_ENDPOINT=${CLUSTER_URL} # configure custom RPC node
reverse-proxy:
build: .
ports: