reduce healthcheck times
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
409b8d642d
commit
482af35e72
@ -23,9 +23,9 @@ bitwardenrs_security_opt: []
|
|||||||
|
|
||||||
bitwardenrs_healthcheck:
|
bitwardenrs_healthcheck:
|
||||||
test: '["CMD", "/usr/local/bin/healthcheck.sh"]'
|
test: '["CMD", "/usr/local/bin/healthcheck.sh"]'
|
||||||
interval: 30s
|
interval: 10s
|
||||||
timeout: 5s
|
timeout: 3s
|
||||||
retries: 5
|
retries: 3
|
||||||
|
|
||||||
bitwardenrs_base_url: "http://localhost/"
|
bitwardenrs_base_url: "http://localhost/"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user