Improved miniflux config

This commit is contained in:
Jef Roosens 2021-04-23 14:53:05 +02:00
parent 92094ff5fc
commit e483ab0d7a
Signed by: Jef Roosens
GPG key ID: B580B976584B5F30
4 changed files with 28 additions and 15 deletions

View file

@ -32,6 +32,7 @@ services:
db:
image: 'postgres:13.2-alpine'
restart: 'always'
healthcheck:
test: 'pg_isready -U firefly'
interval: '10s'