Skip to content

Commit

Permalink
export postgres ports
Browse files Browse the repository at this point in the history
  • Loading branch information
hafizxd committed Feb 7, 2024
1 parent fdc2aee commit dee7975
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ jobs:
POSTGRES_USER: root
POSTGRES_PASSWORD: secret
POSTGRES_DB: simple_bank
ports:
- 5432:5432
options: >-
--health-cmd pg_isready
--health-interval 10s
Expand Down

0 comments on commit dee7975

Please sign in to comment.