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 22:12:16 -04:00
parent 5c94127056
commit 724aa33e21

View File

@@ -19,12 +19,12 @@ 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
# 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