Merge pull request #675 from Dragnucs/patch-1

Add Postgres health check
This commit is contained in:
Omar Roth
2019-09-01 09:53:04 -04:00
committed by GitHub

View File

@ -7,6 +7,8 @@ services:
restart: unless-stopped
volumes:
- postgresdata:/var/lib/postgresql/data
healthcheck:
test: ["CMD", "pg_isready", "-U", "postgres"]
invidious:
build:
context: .