Seach for the string "true" in a http body when healthcheack service

This commit is contained in:
Alexey Golubev 2016-07-15 17:14:18 +03:00
parent b1053d4512
commit dd27f00a62

@ -35,8 +35,8 @@ services:
- onlyoffice-rabbitmq - onlyoffice-rabbitmq
environment: environment:
- BALANCE=uri depth 3 - BALANCE=uri depth 3
- HTTP_CHECK=HEAD /healthcheck - HTTP_CHECK=GET /healthcheck
- EXTRA_SETTINGS=http-check expect status 200 - EXTRA_SETTINGS=http-check expect string true
# Uncomment the string below to redirect HTTP request to HTTPS request. # Uncomment the string below to redirect HTTP request to HTTPS request.
#- FORCE_SSL=true #- FORCE_SSL=true
stdin_open: true stdin_open: true