fix launch script bugs

This commit is contained in:
2018-12-16 10:42:22 -05:00
parent 5c6228b6d6
commit 2ac287d4de
4 changed files with 16 additions and 11 deletions

View File

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