Skip to content

Commit

Permalink
expose port
Browse files Browse the repository at this point in the history
  • Loading branch information
gnimnix committed Feb 9, 2024
1 parent d3ac854 commit 56f1be9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/django.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ jobs:
# Provide the password for postgres
env:
POSTGRES_PASSWORD: postgres
ports:
- 5432:5432
# Set health checks to wait until postgres has started
options: >-
--health-cmd pg_isready
Expand Down

0 comments on commit 56f1be9

Please sign in to comment.