Skip to content

Commit

Permalink
Merge pull request #26 from oderayi/fix/#3433-fix-objstore-healthcheck
Browse files Browse the repository at this point in the history
fix(mojaloop/#3433): fix healthcheck for objstore
  • Loading branch information
oderayi authored Aug 30, 2023
2 parents d85bd9f + 069d923 commit 51a51a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker-compose-perf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -439,7 +439,7 @@ services:
# networks:
# - mojaloop-net
# healthcheck:
# test: echo 'db.runCommand("ping").ok' | mongosh localhost:27017/test --quiet
# test: mongosh --eval 'db.runCommand("ping").ok' localhost:27017/test --quiet
# interval: 10s
# timeout: 10s
# retries: 5
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ services:
networks:
- mojaloop-net
healthcheck:
test: echo 'db.runCommand("ping").ok' | mongosh localhost:27017/test --quiet
test: mongosh --eval 'db.runCommand("ping").ok' localhost:27017/test --quiet
interval: 10s
timeout: 10s
retries: 5
Expand Down

0 comments on commit 51a51a1

Please sign in to comment.