Skip to content

Commit

Permalink
Set port address in postgres service
Browse files Browse the repository at this point in the history
  • Loading branch information
moslehazizi committed Nov 22, 2023
1 parent c640dcd commit 775ae75
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ jobs:
POSTGRES_USER: mosleh
POSTGRES_PASSWORD: 1234
POSTGRES_DB: inventory_management
ports:
- 5432:5432
options: >-
--health-cmd pg_isready
--health-interval 10s
Expand Down

0 comments on commit 775ae75

Please sign in to comment.