chore: fix config
This commit is contained in:
parent
7fbb8493f3
commit
1e6d7917ae
|
@ -12,7 +12,7 @@ jobs:
|
|||
POSTGRES_USER: pinafore
|
||||
POSTGRES_PASSWORD: pinafore
|
||||
POSTGRES_DB: pinafore_development
|
||||
POSTGRES_HOST: localhost
|
||||
POSTGRES_HOST: 127.0.0.1
|
||||
ports:
|
||||
- 5432/tcp
|
||||
options: --health-cmd pg_isready --health-interval 10s --health-timeout 5s --health-retries 5
|
||||
|
|
Loading…
Reference in New Issue