Skip to content

Commit

Permalink
map ports
Browse files Browse the repository at this point in the history
  • Loading branch information
maxcountryman committed Oct 10, 2024
1 parent 3c0f79f commit 916d64e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,17 +62,19 @@ jobs:
postgres:
image: postgres
env:
POSTGRES_HOST: localhost
#POSTGRES_HOST: localhost
POSTGRES_USER: postgres
POSTGRES_PASSWORD: postgres
POSTGRES_DB: underway
ports:
- 5432:5432
options: >-
--health-cmd pg_isready
--health-interval 10s
--health-timeout 5s
--health-retries 5
env:
DATABASE_URL: postgres://postgres:postgres@localhost:5432/underway
DATABASE_URL: postgres://postgres:postgres@postgres:5432/underway
steps:
- uses: actions/checkout@v4
- run: |
Expand Down

0 comments on commit 916d64e

Please sign in to comment.