Skip to content

Commit

Permalink
more timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
thecristen committed Aug 6, 2024
1 parent 1b5a043 commit 37748c5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions deploy/dev-standalone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ services:
healthcheck:
test: curl --fail http://localhost:4001/_health || exit 1
interval: 15s
retries: 5
start_period: 100s
timeout: 30s
retries: 10
start_period: 180s
timeout: 60s
volumes:
- ../:/app

0 comments on commit 37748c5

Please sign in to comment.