Skip to content

Commit

Permalink
fix: second attempt at getting tests to pass, fix docker config
Browse files Browse the repository at this point in the history
  • Loading branch information
joel authored and joel committed Jan 23, 2024
1 parent 3e67b8e commit 006b2a2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions wrappers/.ci/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,12 @@ services:
interval: 10s
timeout: 5s
retries: 20
cognito_mock_server:
cognito:
image: jagregory/cognito-local
ports:
- "9229:922"
- "9229:9229"
volumes:
- ../dockerfiles/s3/test_data:/data
- ../dockerfiles/cognito/.cognito:/app/.cognito
healthcheck:
test: curl --fail http://0.0.0.0:9229/ || exit 1
interval: 11s
Expand Down

0 comments on commit 006b2a2

Please sign in to comment.