Merge pull request #675 from Dragnucs/patch-1

Add Postgres health check
このコミットが含まれているのは:
Omar Roth 2019-09-01 09:53:04 -04:00 committed by GitHub
コミット 44b2afeffa
この署名に対応する既知のキーがデータベースに存在しません
GPGキーID: 4AEE18F83AFDEB23
1個のファイルの変更2行の追加0行の削除

ファイルの表示

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