Skip to content

Commit

Permalink
fix: update docker compose ledger and transaction to add bridge to us…
Browse files Browse the repository at this point in the history
…e grpc call account 🐛
  • Loading branch information
MartinezAvellan committed Oct 2, 2024
1 parent 688a16c commit 4115eb1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 3 additions & 1 deletion components/ledger/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,4 +135,6 @@ volumes:
mongodb_data_container:

networks:
app-tier:
app-tier:
driver: bridge
name: app-tier
5 changes: 4 additions & 1 deletion components/transaction/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ services:
environment:
MONGO_INITDB_ROOT_USERNAME: ${MONGO_USER}
MONGO_INITDB_ROOT_PASSWORD: ${MONGO_PASSWORD}
command: mongod --port ${MONGO_PORT}
ports:
- ${MONGO_PORT}:${MONGO_PORT}
volumes:
Expand Down Expand Up @@ -174,4 +175,6 @@ volumes:
mongodb_data_container:

networks:
app-tier:
app-tier:
driver: bridge
name: app-tier

0 comments on commit 4115eb1

Please sign in to comment.