Skip to content

Commit

Permalink
fix: increase docker compose healthcheck timeout for staging
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanvanherwijnen committed Jul 9, 2024
1 parent acdb792 commit fd16d1d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.staging.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,8 @@ services:
healthcheck:
test: curl --fail --insecure http://localhost || exit 1
interval: 5s
retries: 5
start_period: 15s
retries: 10
start_period: 25s
timeout: 10s
networks:
staging:
Expand Down

0 comments on commit fd16d1d

Please sign in to comment.