Added HOST_IP environment variable
This commit is contained in:
@@ -3,6 +3,8 @@ services:
|
|||||||
che-server:
|
che-server:
|
||||||
image: eclipse/che-server:latest
|
image: eclipse/che-server:latest
|
||||||
container_name: che
|
container_name: che
|
||||||
|
environment:
|
||||||
|
- CHE_HOST=${HOST_IP}
|
||||||
labels:
|
labels:
|
||||||
io.rancher.scheduler.affinity:host_label: ${HOST_LABEL_KEY}=${HOST_LABEL_VALUE}
|
io.rancher.scheduler.affinity:host_label: ${HOST_LABEL_KEY}=${HOST_LABEL_VALUE}
|
||||||
ports:
|
ports:
|
||||||
|
|||||||
@@ -31,4 +31,11 @@ catalog:
|
|||||||
The Volume Name that Eclipse Che should use for it's persistent repo storage
|
The Volume Name that Eclipse Che should use for it's persistent repo storage
|
||||||
default: "Eclipse-Repo"
|
default: "Eclipse-Repo"
|
||||||
required: true
|
required: true
|
||||||
|
type: string
|
||||||
|
- variable: "HOST_IP"
|
||||||
|
label: "IP of the host system"
|
||||||
|
description: |
|
||||||
|
Host IP
|
||||||
|
default: "10.0.0.0"
|
||||||
|
required: true
|
||||||
type: string
|
type: string
|
||||||
Reference in New Issue
Block a user