Skip to content

Commit

Permalink
Give rapidpro container more time to become healthy
Browse files Browse the repository at this point in the history
  • Loading branch information
rowanseymour committed Aug 12, 2024
1 parent 743dc45 commit 97bb9f8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,9 @@ services:
- 8000:8000
healthcheck:
test: curl -s http://localhost:8000 >/dev/null || exit 1
interval: 10s
interval: 20s
timeout: 5s
retries: 5

celery:
image: nyaruka/rapidpro:stable
Expand Down

0 comments on commit 97bb9f8

Please sign in to comment.