ci: add POSTGRES_DB

pull/221/head
Varun Patil 2022-11-14 21:32:41 -08:00
parent 472c0ccc5e
commit 03ef6a615a
1 changed files with 1 additions and 0 deletions

View File

@ -118,6 +118,7 @@ jobs:
ports: ports:
- 4444:5432/tcp - 4444:5432/tcp
env: env:
POSTGRES_DB: nextcloud
POSTGRES_PASSWORD: rootpassword POSTGRES_PASSWORD: rootpassword
options: >- options: >-
--health-cmd pg_isready --health-cmd pg_isready