Fixed Rancher questions

This commit is contained in:
WilliamMiceli
2019-01-16 15:38:22 -05:00
parent 68505b1ec4
commit 7c9c0b0519
2 changed files with 8 additions and 17 deletions

View File

@@ -24,7 +24,7 @@ services:
traefik.web.frontend.headers.SSLRedirect: true traefik.web.frontend.headers.SSLRedirect: true
traefik.web.frontend.headers.STSPreload: true traefik.web.frontend.headers.STSPreload: true
traefik.web.frontend.headers.STSSeconds: 15552000 traefik.web.frontend.headers.STSSeconds: 15552000
traefik.web.frontend.rule: Host:${TRAEFIK_HOST} traefik.web.frontend.rule: Host:${TRAEFIK_HOSTNAME}
traefik.web.port: "8080" traefik.web.port: "8080"
### End Web Segment ### End Web Segment
links: links:

View File

@@ -17,35 +17,26 @@ catalog:
required: false required: false
type: string type: string
- variable: "TRAEFIK_HOST" - variable: "TRAEFIK_HOSTNAME"
label: "Public Host Domain" label: "Public Hostname"
description: | description: |
The host that Traefik will use to provide public access. The FQDN which Traefik should use to provide public access.
Leaving this empty will disable Traefik on this stack.
default: "subdomain.domain.tld" 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.
default: "10700"
required: true required: true
type: string type: string
- variable: "DB_ROOT_PASS" - variable: "DB_ROOT_PASS"
label: "MySQL Root Password" label: "Database Root Password"
description: | description: |
A secure password to be used by the "root" MySQL user. A secure password to be used by the "root" user.
# default: # default:
required: true required: true
type: password type: password
- variable: "DB_USER_PASS" - variable: "DB_USER_PASS"
label: "MySQL User Password" label: "Database User Password"
description: | description: |
A secure password to be used by the "guacamole_user" MySQL user. A secure password to be used by the "guacamole_user" user.
# default: # default:
required: true required: true
type: password type: password