Added Monica config

This commit is contained in:
Jef Roosens 2021-04-23 14:57:04 +02:00
parent e483ab0d7a
commit 4a4437683e
Signed by: Jef Roosens
GPG key ID: B580B976584B5F30
3 changed files with 227 additions and 0 deletions

View file

@ -50,6 +50,7 @@ services:
redis:
image: 'redis:6.0.12-alpine'
restart: 'always'
healthcheck:
test: 'redis-cli -h localhost ping'
interval: '10s'