Disabled health checks
This commit is contained in:
@@ -55,13 +55,13 @@ catalog:
|
|||||||
services:
|
services:
|
||||||
nextcloud:
|
nextcloud:
|
||||||
scale: 1
|
scale: 1
|
||||||
health_check:
|
# health_check:
|
||||||
port: ${HOST_HTTP_PORT}
|
# port: ${HOST_HTTP_PORT}
|
||||||
request_line: GET /healthcheck HTTP/1.0
|
# request_line: GET /healthcheck HTTP/1.0
|
||||||
interval: 5000
|
# interval: 5000
|
||||||
response_timeout: 2000
|
# response_timeout: 2000
|
||||||
healthy_threshold: 2
|
# healthy_threshold: 2
|
||||||
unhealthy_threshold: 3
|
# unhealthy_threshold: 3
|
||||||
strategy: none
|
# strategy: none
|
||||||
mysql:
|
mysql:
|
||||||
scale: 1
|
scale: 1
|
||||||
Reference in New Issue
Block a user