fix build and deploy of sslproxy

This commit is contained in:
2020-06-06 01:25:44 -04:00
parent 7175a4fb2d
commit 4439ae493d
15 changed files with 98 additions and 25 deletions

View File

@@ -20,11 +20,11 @@ services:
- "80:80" # required for letsencrypt
# healthcheck:
# test: ["CMD", "wget", "--spider", "'Host: dkui.xai-corp.net'", "https://localhost/"]
# test: ["CMD", "wget", "--spider", "--no-check-certificate", "--header", "Host: dkui.xai-corp.net", "https://localhost/"]
# interval: 10s
# timeout: 5s
# timeout: 2s
# retries: 3
# start_period: 10s
# start_period: 5s
logging:
driver: fluentd
@@ -54,8 +54,12 @@ services:
networks:
- prod_ui
- prod_tasks
networks:
prod_ui:
external:
name: prod_ui
prod_tasks:
external:
name: prod_tasks