More flexibility for testing
This commit is contained in:
@@ -26,7 +26,7 @@ services:
|
|||||||
traefik.frontend.auth.basic: ${TRAEFIK_BASIC_AUTH}
|
traefik.frontend.auth.basic: ${TRAEFIK_BASIC_AUTH}
|
||||||
{{- end}}
|
{{- end}}
|
||||||
traefik.frontend.entryPoints: http,https
|
traefik.frontend.entryPoints: http,https
|
||||||
traefik.frontend.rule: Host:${TRAEFIK_HOST}
|
traefik.frontend.rule: ${TRAEFIK_HOST}
|
||||||
traefik.frontend.passHostHeader: true
|
traefik.frontend.passHostHeader: true
|
||||||
{{- else}}
|
{{- else}}
|
||||||
traefik.enable: false
|
traefik.enable: false
|
||||||
|
|||||||
@@ -16,12 +16,19 @@ catalog:
|
|||||||
required: false
|
required: false
|
||||||
type: string
|
type: string
|
||||||
|
|
||||||
|
- variable: "CHE_HOST"
|
||||||
|
label: "CHE_HOST"
|
||||||
|
description: |
|
||||||
|
default: "subdomain.domain.tld"
|
||||||
|
required: false
|
||||||
|
type: string
|
||||||
|
|
||||||
- variable: "TRAEFIK_HOST"
|
- variable: "TRAEFIK_HOST"
|
||||||
label: "Public Host Domain"
|
label: "Public Host Domain"
|
||||||
description: |
|
description: |
|
||||||
The host that Traefik will use to provide public access.
|
The host that Traefik will use to provide public access.
|
||||||
Leaving this empty will disable Traefik on this stack.
|
Leaving this empty will disable Traefik on this stack.
|
||||||
default: "subdomain.domain.tld"
|
default: "Host:subdomain.domain.tld"
|
||||||
required: false
|
required: false
|
||||||
type: string
|
type: string
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user