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
commit 44b2afeffa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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: .