Skip to content

Commit

Permalink
Merge pull request #756 from opencrvs/ocrvs-6032
Browse files Browse the repository at this point in the history
Ocrvs 6032
  • Loading branch information
euanmillar authored Oct 20, 2023
2 parents b4eb19f + 5a9d415 commit 3392065
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion infrastructure/docker-compose.deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ services:
options:
gelf-address: 'udp://127.0.0.1:12201'
tag: 'minio'

setup-elasticsearch-users:
image: ubuntu:bionic
entrypoint: ['bash', '/usr/app/setup.sh']
Expand Down Expand Up @@ -729,6 +729,9 @@ services:
- HEARTH_MONGO_URL=mongodb://hearth:${HEARTH_MONGODB_PASSWORD}@mongo1/hearth-dev?replicaSet=rs0
- DASHBOARD_MONGO_URL=mongodb://performance:${PERFORMANCE_MONGODB_PASSWORD}@mongo1/performance?replicaSet=rs0
deploy:
placement:
constraints:
- node.labels.data1 == true
labels:
- 'traefik.enable=false'
replicas: 1
Expand Down

0 comments on commit 3392065

Please sign in to comment.