Add postgres healthchecks
Some checks reported errors
continuous-integration/drone/push Build was killed
Some checks reported errors
continuous-integration/drone/push Build was killed
This commit is contained in:
@ -47,7 +47,7 @@ services:
|
||||
volumes:
|
||||
- database:/var/lib/postgresql/data
|
||||
healthcheck:
|
||||
test: ["CMD", "pg_isready", "-U", "miniflux"]
|
||||
test: ["CMD", "pg_isready", "-U", "{{ miniflux.db.user }}"]
|
||||
interval: 10s
|
||||
start_period: 30s
|
||||
networks:
|
||||
|
Reference in New Issue
Block a user