Skip to content

Commit

Permalink
cube service container port fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ieaves committed Mar 12, 2024
1 parent dad7f15 commit 31f4b9b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration-cube-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
POSTGRES_PASSWORD: cube
POSTGRES_DB: cube
ports:
- 5433:5432
- 5434:5432
# needed because the postgres container does not provide a healthcheck
options: --health-cmd pg_isready --health-interval 2s --health-timeout 5s --health-retries 15
cube_api:
Expand Down
Binary file removed grai-integrations/source-cube/.gitignore.swp
Binary file not shown.

0 comments on commit 31f4b9b

Please sign in to comment.