mirror of
https://github.com/iv-org/documentation.git
synced 2024-12-23 06:19:22 -05:00
This commit is contained in:
parent
f79de5d3c1
commit
a73df6cc87
@ -64,7 +64,7 @@ services:
|
||||
POSTGRES_USER: kemal
|
||||
POSTGRES_PASSWORD: kemal
|
||||
healthcheck:
|
||||
test: ["CMD", "pg_isready", "-U", "postgres"]
|
||||
test: ["CMD-SHELL", "pg_isready -U $$POSTGRES_USER"]
|
||||
invidious:
|
||||
image: quay.io/invidious/invidious:latest
|
||||
restart: always
|
||||
|
Loading…
Reference in New Issue
Block a user