fix healthcheck path for grimmory service
This commit is contained in:
parent
5297aaa003
commit
7e31c6d83a
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ services:
|
|||
- 'grimmory-books:/books'
|
||||
- 'grimmory-bookdrop:/bookdrop'
|
||||
healthcheck:
|
||||
test: 'wget --no-verbose --tries=1 --spider http://localhost/login || exit 1'
|
||||
test: 'wget --no-verbose --tries=1 --spider http://127.0.0.1/health || exit 1'
|
||||
interval: 10s
|
||||
timeout: 5s
|
||||
retries: 10
|
||||
|
|
|
|||
Loading…
Reference in a new issue