Improved miniflux config
This commit is contained in:
parent
92094ff5fc
commit
e483ab0d7a
4 changed files with 28 additions and 15 deletions
|
|
@ -32,6 +32,7 @@ services:
|
|||
db:
|
||||
image: 'postgres:13.2-alpine'
|
||||
restart: 'always'
|
||||
|
||||
healthcheck:
|
||||
test: 'pg_isready -U firefly'
|
||||
interval: '10s'
|
||||
|
|
|
|||
Reference in a new issue