mirror of
https://github.com/iv-org/invidious.git
synced 2024-11-09 09:48:23 +00:00
Fix Role "kemal" does not exist
(#2490)
This commit is contained in:
parent
df968d1919
commit
e3054ccdd2
@ -12,7 +12,7 @@ services:
|
||||
POSTGRES_PASSWORD: kemal
|
||||
POSTGRES_USER: kemal
|
||||
healthcheck:
|
||||
test: ["CMD-SHELL", "pg_isready -U $$POSTGRES_USER"]
|
||||
test: ["CMD-SHELL", "pg_isready -U $$POSTGRES_USER $$POSTGRES_DB"]
|
||||
invidious:
|
||||
build:
|
||||
context: .
|
||||
|
Loading…
Reference in New Issue
Block a user