Skip to content

Commit

Permalink
fix(events): invalid password reference in events service mongodb con…
Browse files Browse the repository at this point in the history
…nection string
  • Loading branch information
rikukissa committed Dec 2, 2024
1 parent c99933a commit 75de9a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infrastructure/docker-compose.deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -679,7 +679,7 @@ services:
- jwt-public-key.{{ts}}
environment:
- NODE_ENV=production
- MONGO_URL=mongodb://${STACK}__events:${METRICS_MONGODB_PASSWORD}@mongo1/${STACK}__events?replicaSet=rs0
- MONGO_URL=mongodb://events:${METRICS_MONGODB_PASSWORD}@mongo1/events?replicaSet=rs0
deploy:
labels:
- 'traefik.enable=false'
Expand Down

0 comments on commit 75de9a4

Please sign in to comment.