Skip to content

Commit

Permalink
Update docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cyri113 authored Jan 4, 2024
1 parent 09e8c92 commit 65b37de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions development/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ services:
# chmod 400 /etc/mongo/replica.key
# chown 999:999 /etc/mongo/replica.key
healthcheck:
test: echo 'db.stats().ok' | mongosh localhost:27017/test --quiet
# test: test $$(echo "rs.initiate().ok || rs.status().ok") | mongosh localhost:27017/test --quiet
# test: echo 'db.stats().ok' | mongosh localhost:27017/test --quiet
test: test $$(echo "rs.initiate().ok || rs.status().ok") | mongosh localhost:27017/test --quiet
# test: echo "try { rs.status() } catch (err) { rs.initiate({_id:'rs0',members:[{_id:0,host:'mongodb-dev'}]}) }" | mongosh --port 27017 --quiet
interval: 60s
timeout: 10s
Expand Down

0 comments on commit 65b37de

Please sign in to comment.