Merge pull request #675 from Dragnucs/patch-1

Add Postgres health check
pull/743/head
Omar Roth 5 years ago committed by GitHub
commit 44b2afeffa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save