mirror of
https://github.com/iv-org/documentation.git
synced 2025-01-10 14:49:28 -05:00
Added -d parameter for dbname to postgres-container healthcheck (#161)
Co-authored-by: Sebastian <sbeck@darklxserver>
This commit is contained in:
parent
8c2d32de87
commit
9bcfb51d17
@ -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 $$POSTGRES_DB"]
|
test: ["CMD-SHELL", "pg_isready -U $$POSTGRES_USER -d $$POSTGRES_DB"]
|
||||||
invidious:
|
invidious:
|
||||||
image: quay.io/invidious/invidious:latest
|
image: quay.io/invidious/invidious:latest
|
||||||
restart: always
|
restart: always
|
||||||
|
Loading…
Reference in New Issue
Block a user