update sslproxy deployment to include health check and Jenkinsfile that builds docker image

fixed metrics.xai-corp.net host file
This commit is contained in:
2018-10-29 21:56:55 -04:00
parent 039ac6d6e5
commit 5c94127056
4 changed files with 26 additions and 8 deletions

View File

@@ -19,6 +19,13 @@ services:
- "443:443"
- "80:80" # required for letsencrypt
healthcheck:
test: ["CMD", "wget", "--spider", "--header", "'Host: git.xai-corp.net'", "https://localhost/"]
interval: 1m30s
timeout: 10s
retries: 3
start_period: 3m
logging:
driver: fluentd
options: