Skip to content

Commit

Permalink
Fix connection from rapidpro to mailroom
Browse files Browse the repository at this point in the history
  • Loading branch information
rowanseymour committed Aug 12, 2024
1 parent 29cd7dc commit d9d826c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,8 @@ services:
condition: service_healthy
ports:
- 8000:8000
environment:
- MAILROOM_URL=http://mailroom:8090
healthcheck:
test: curl -s http://localhost:8000 >/dev/null || exit 1
interval: 15s
Expand All @@ -98,6 +100,8 @@ services:
depends_on:
rapidpro:
condition: service_healthy
environment:
- MAILROOM_URL=http://mailroom:8090

mailroom:
image: nyaruka/mailroom:stable
Expand Down

0 comments on commit d9d826c

Please sign in to comment.