fix build and deploy of sslproxy
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user