Skip to content

Commit

Permalink
hard code ports in docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
abramsymons committed Dec 26, 2020
1 parent 9454c63 commit 75241d4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions config.env
Expand Up @@ -2,9 +2,11 @@ BN_WS_IP=
BN_WS_PUBLIC_KEY=
BN_WS_PRIVATE_KEY=
BN_WS_ETH_PRIVATE_KEY=
# Update this port in web/brightid-nginx.conf and docker-compose.yml too
BN_WS_PROFILE_SERVICE_PORT=3000
BN_ARANGO_PROTOCOL=http
BN_ARANGO_HOST=localhost
# Update this port in web/brightid-nginx.conf and docker-compose.yml too
BN_ARANGO_PORT=8529
BN_ARANGO_SERVER_ENDPOINT=tcp://127.0.0.1:8529
BN_CONSENSUS_INFURA_URL=wss://idchain.one/ws/
Expand Down
4 changes: 2 additions & 2 deletions docker-compose.yml
Expand Up @@ -9,7 +9,7 @@ services:
env_file:
- config.env
expose:
- $BN_WS_PROFILE_SERVICE_PORT
- 3000

scorer:
build: scorer
Expand Down Expand Up @@ -74,7 +74,7 @@ services:
environment:
- INIT_BRIGHTID_DB
expose:
- $BN_ARANGO_PORT
- 8529

web:
image: nginx
Expand Down

0 comments on commit 75241d4

Please sign in to comment.