Skip to content

Commit

Permalink
made sure that docker does have less aggressive healthchecks for meil…
Browse files Browse the repository at this point in the history
…isearhc in development mode
  • Loading branch information
CommanderStorm committed Aug 8, 2024
1 parent 1714cfd commit 177bdec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.local.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ services:
MEILI_ENV: development
healthcheck:
test: curl --fail http://localhost:7700/health || exit 1
retries: 5
interval: 10s
retries: 2
interval: 600s
start_period: 10s
db:
image: postgis/postgis:16-3.4
Expand Down

0 comments on commit 177bdec

Please sign in to comment.