Added monica nginx config
This commit is contained in:
parent
f0e5e83c19
commit
e5b35867bf
2 changed files with 26 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ services:
|
|||
restart: 'always'
|
||||
|
||||
healthcheck:
|
||||
test: 'curl -f localhost:8080 || exit 1'
|
||||
test: 'curl -f localhost:80 || exit 1'
|
||||
interval: '1m'
|
||||
timeout: '10s'
|
||||
retries: 3
|
||||
|
|
|
|||
Reference in a new issue