Added health check

This commit is contained in:
WilliamMiceli
2018-07-17 05:28:30 -04:00
parent cc8728fc67
commit beb3540737

View File

@@ -55,5 +55,14 @@ catalog:
services:
nextcloud:
scale: 1
health_check:
port: ${HOST_HTTP_PORT}
interval: 5000
response_timeout: 2000
initializing_timeout: 30000
reinitializing_timeout: 30000
healthy_threshold: 2
unhealthy_theshold: 3
strategy: none
mysql:
scale: 1