Skip to content

Commit

Permalink
fix(events): add mongodb password to docker-compose
Browse files Browse the repository at this point in the history
  • Loading branch information
naftis authored Dec 5, 2024
1 parent 7753fa2 commit 63f1aa0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions infrastructure/docker-compose.deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,7 @@ services:
- OPENHIM_MONGODB_PASSWORD=${OPENHIM_MONGODB_PASSWORD}
- WEBHOOKS_MONGODB_PASSWORD=${WEBHOOKS_MONGODB_PASSWORD}
- NOTIFICATION_MONGODB_PASSWORD=${NOTIFICATION_MONGODB_PASSWORD}
- EVENTS_MONGODB_PASSWORD=${EVENTS_MONGODB_PASSWORD}
networks:
- overlay_net
logging:
Expand Down

0 comments on commit 63f1aa0

Please sign in to comment.