Disabled health checks

This commit is contained in:
WilliamMiceli
2018-07-17 06:45:48 -04:00
parent 5793047f83
commit f0fe752fbc

View File

@@ -55,13 +55,13 @@ catalog:
services:
nextcloud:
scale: 1
health_check:
port: ${HOST_HTTP_PORT}
request_line: GET /healthcheck HTTP/1.0
interval: 5000
response_timeout: 2000
healthy_threshold: 2
unhealthy_threshold: 3
strategy: none
# health_check:
# port: ${HOST_HTTP_PORT}
# request_line: GET /healthcheck HTTP/1.0
# interval: 5000
# response_timeout: 2000
# healthy_threshold: 2
# unhealthy_threshold: 3
# strategy: none
mysql:
scale: 1