Skip to content

Commit

Permalink
Merge pull request #1 from nyaruka/ci_raw_compose
Browse files Browse the repository at this point in the history
Call docker compose directly instead of using an action
  • Loading branch information
rowanseymour authored Aug 12, 2024
2 parents 427bbe4 + 97bb9f8 commit a668e10
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,5 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4

- name: Run docker-compose
uses: hoverkraft-tech/[email protected]
with:
compose-file: "./docker-compose.yml"
- name: Run docker compose
run: docker compose up -d
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 a668e10

Please sign in to comment.