forked from midou/invidious
Add Postgres health check
This commit is contained in:
parent
66b949bed1
commit
37dba6ebfd
@ -7,6 +7,8 @@ services:
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- postgresdata:/var/lib/postgresql/data
|
||||
healthcheck:
|
||||
test: ["CMD", "pg_isready", "-U", "postgres"]
|
||||
invidious:
|
||||
build:
|
||||
context: .
|
||||
|
Loading…
Reference in New Issue
Block a user