Skip to content

Commit

Permalink
fix: docker compose
Browse files Browse the repository at this point in the history
no issue
  • Loading branch information
pociej committed Jun 18, 2024
1 parent 36f25cd commit 5d04055
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions deploy/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ services:
- WS_PORT=5175
- DB_NAME=depositDB
- DEPOSIT_CONTRACT_ADDRESS=0x9CB8Ecc74e299eF9D3cBcf8f806F5C7b76CA08D3
- YAGNA_SUBNET="payment_team_internal"
- YAGNA_SUBNET=payment_team_internal
ports:
- "5174:5174"
- "5175:5175"
Expand Down Expand Up @@ -56,7 +56,6 @@ services:
- YAGNA_AUTOCONF_ID_SECRET=${YAGNA_PRIVATE_KEY}
- YAGNA_API_URL=http://0.0.0.0:7465
- GSB_URL=tcp://0.0.0.0:7464
- SUBNET=${SUBNET}
- YA_NET_BIND_URL=udp://0.0.0.0:0
- YA_NET_RELAY_HOST=51.68.145.154:7464

Expand Down

0 comments on commit 5d04055

Please sign in to comment.