Testing
This commit is contained in:
@@ -6,7 +6,12 @@ services:
|
|||||||
- 1.1.1.1
|
- 1.1.1.1
|
||||||
- 1.0.0.1
|
- 1.0.0.1
|
||||||
environment:
|
environment:
|
||||||
|
CHE_DOCKER_IP_EXTERNAL: ${EXTERNAL_IP}
|
||||||
|
CHE_HOST: ${TRAEFIK_HOST}
|
||||||
CHE_IN_VM: true
|
CHE_IN_VM: true
|
||||||
|
CHE_SINGLE_PORT: true
|
||||||
|
CHE_SINGLEPORT_WILDCARD__DOMAIN_HOST: ${WILDCARD_DNS}
|
||||||
|
CHE_SINGLEPORT_WILDCARD__DOMAIN_IPLESS: true
|
||||||
expose:
|
expose:
|
||||||
- "8080"
|
- "8080"
|
||||||
labels:
|
labels:
|
||||||
|
|||||||
@@ -25,6 +25,20 @@ catalog:
|
|||||||
required: false
|
required: false
|
||||||
type: string
|
type: string
|
||||||
|
|
||||||
|
- variable: "EXTERNAL_IP"
|
||||||
|
label: "EXTERNAL_IP"
|
||||||
|
#description:
|
||||||
|
#default: ""
|
||||||
|
required: false
|
||||||
|
type: string
|
||||||
|
|
||||||
|
- variable: "WILDCARD_DNS"
|
||||||
|
label: "WILDCARD_DNS"
|
||||||
|
#description:
|
||||||
|
#default: ""
|
||||||
|
required: false
|
||||||
|
type: string
|
||||||
|
|
||||||
- variable: "TRAEFIK_BASIC_AUTH"
|
- variable: "TRAEFIK_BASIC_AUTH"
|
||||||
label: "Basic Authentication Expression"
|
label: "Basic Authentication Expression"
|
||||||
description: |
|
description: |
|
||||||
|
|||||||
Reference in New Issue
Block a user