mirror of
https://github.com/iv-org/documentation.git
synced 2025-06-28 08:27:15 -04:00
Fix Role "kemal" does not exist
(#154)
This commit is contained in:
parent
39d069189e
commit
3c77cd2135
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ services:
|
||||||
POSTGRES_USER: kemal
|
POSTGRES_USER: kemal
|
||||||
POSTGRES_PASSWORD: kemal
|
POSTGRES_PASSWORD: kemal
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: ["CMD-SHELL", "pg_isready -U $$POSTGRES_USER"]
|
test: ["CMD-SHELL", "pg_isready -U $$POSTGRES_USER $$POSTGRES_DB"]
|
||||||
invidious:
|
invidious:
|
||||||
image: quay.io/invidious/invidious:latest
|
image: quay.io/invidious/invidious:latest
|
||||||
restart: always
|
restart: always
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue