Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
dwilkie committed Jun 16, 2024
1 parent 0b0f61a commit 88fb96a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/integration_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,9 +142,6 @@ jobs:
cache-from: type=gha,scope=integration-tests-testing
cache-to: type=gha,mode=max,scope=integration-tests-testing

- name: Setup tmate session
uses: mxschmitt/action-tmate@v3

- name: Run docker compose
run: |
docker compose run -e DATABASE_NAME=opensips_${{ inputs.context }}_test gateway-bootstrap create_db ${{ inputs.context }}
Expand Down
4 changes: 1 addition & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
# Postgres is not included in this docker compose configuration
# because of the complexity of adding code to wait for postgres to start.

version: "3.9"
volumes:
workspace:
opensips_fifo:
Expand Down Expand Up @@ -145,12 +144,11 @@ services:
test:
[
"CMD-SHELL",
"wget --server-response --spider --quiet http://localhost:8080/health_checks 2>&1 | grep '200 OK' > /dev/null",
"wget --server-response --spider --quiet http://0.0.0.0:8080/health_checks 2>&1 | grep '200 OK' > /dev/null",
]
interval: 30s
timeout: 10s
retries: 10
start_period: 60s
expose:
- "8080/tcp"

Expand Down

0 comments on commit 88fb96a

Please sign in to comment.