fix(template): adjust health check interval and retries for excalidraw service
This commit is contained in:
parent
3d9b72666e
commit
c2ff8b09f3
1 changed files with 2 additions and 2 deletions
|
|
@ -16,6 +16,6 @@ services:
|
||||||
- '--spider'
|
- '--spider'
|
||||||
- '--quiet'
|
- '--quiet'
|
||||||
- 'http://localhost'
|
- 'http://localhost'
|
||||||
interval: 30s
|
interval: 10s
|
||||||
timeout: 5s
|
timeout: 5s
|
||||||
retries: 3
|
retries: 10
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue