Added Monica config
This commit is contained in:
parent
e483ab0d7a
commit
4a4437683e
3 changed files with 227 additions and 0 deletions
|
|
@ -50,6 +50,7 @@ services:
|
|||
redis:
|
||||
image: 'redis:6.0.12-alpine'
|
||||
restart: 'always'
|
||||
|
||||
healthcheck:
|
||||
test: 'redis-cli -h localhost ping'
|
||||
interval: '10s'
|
||||
|
|
|
|||
Reference in a new issue