Fix Role "kemal" does not exist (#154)

This commit is contained in:
Samantaz Fox 2021-10-11 21:34:53 +02:00 committed by GitHub
parent 39d069189e
commit 3c77cd2135
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -63,7 +63,7 @@ services:
POSTGRES_USER: kemal
POSTGRES_PASSWORD: kemal
healthcheck:
test: ["CMD-SHELL", "pg_isready -U $$POSTGRES_USER"]
test: ["CMD-SHELL", "pg_isready -U $$POSTGRES_USER $$POSTGRES_DB"]
invidious:
image: quay.io/invidious/invidious:latest
restart: always