mirror of
https://github.com/iv-org/invidious.git
synced 2025-08-16 09:38:30 +00:00
Fixes #2485
For some reason, `pg_isready` required a DB name, and by default will try with a database that has the same name as the current user.
This commit is contained in:
parent
b10f37bea9
commit
00fec21852
@ -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