Skip to content

Commit

Permalink
increase rabbitmq and database healthcheck timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
MehmedGIT committed Aug 27, 2024
1 parent 989ca7e commit f566081
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ services:
healthcheck:
test: rabbitmq-diagnostics check_port_connectivity
interval: 1s
timeout: 3s
retries: 30
timeout: 5s
retries: 120

operandi-mongodb:
image: "mongo"
Expand All @@ -50,8 +50,8 @@ services:
healthcheck:
test: echo 'db.runCommand("ping").ok' | mongosh localhost:27017/test --quiet
interval: 1s
timeout: 3s
retries: 30
timeout: 5s
retries: 120

operandi-server:
image: operandi-server
Expand Down
8 changes: 4 additions & 4 deletions docker-compose_image_based.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ services:
healthcheck:
test: rabbitmq-diagnostics check_port_connectivity
interval: 1s
timeout: 3s
retries: 30
timeout: 5s
retries: 120

operandi-mongodb:
image: "mongo"
Expand All @@ -50,8 +50,8 @@ services:
healthcheck:
test: echo 'db.runCommand("ping").ok' | mongosh localhost:27017/test --quiet
interval: 1s
timeout: 3s
retries: 30
timeout: 5s
retries: 120

operandi-server:
image: ghcr.io/subugoe/operandi-server:main
Expand Down

0 comments on commit f566081

Please sign in to comment.