This commit is contained in:
@ -16,7 +16,10 @@ jobs:
|
|||||||
image: postgres:17-alpine
|
image: postgres:17-alpine
|
||||||
# Provide the password for postgres
|
# Provide the password for postgres
|
||||||
env:
|
env:
|
||||||
|
POSTGRES_USER: postgres
|
||||||
POSTGRES_PASSWORD: postgres
|
POSTGRES_PASSWORD: postgres
|
||||||
|
POSTGRES_DATABASE: postgres
|
||||||
|
POSTGRES_DB: postgres
|
||||||
# Set health checks to wait until postgres has started
|
# Set health checks to wait until postgres has started
|
||||||
options: >-
|
options: >-
|
||||||
--health-cmd pg_isready
|
--health-cmd pg_isready
|
||||||
|
|||||||
Reference in New Issue
Block a user