Removed networks, ports, disabling traefik

This commit is contained in:
WilliamMiceli
2019-01-12 19:55:02 -05:00
parent 9dd6724cb1
commit 60f5ba6bda
2 changed files with 3 additions and 42 deletions

View File

@@ -20,18 +20,8 @@ catalog:
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: "Local Web Port"
description: |
The port to locally access the web interface on.
Leaving this empty will not expose a any port on the host system, disabling local access outside of it's Rancher network.
default: "10300"
required: false
required: true
type: string
- variable: "DATA_DIR"