Added Traefik host option

This commit is contained in:
WilliamMiceli
2018-08-27 18:23:44 -04:00
parent 9a1e3178e1
commit 8523f16cef
2 changed files with 15 additions and 2 deletions

View File

@@ -17,6 +17,15 @@ catalog:
required: false
type: string
- variable: TRAEFIK_HOST
label: "Public Host Domain"
description: |
The host that Traefik will use to provide public access.
Leaving this empty will disable Traefik on this stack.
default: "subdomain.domain.tld"
required: false
type: string
- variable: WEB_PORT
label: "Web Port"
description: |