fix(deconz): Dynamicly set env vars for ports based on service (#1948)
This commit is contained in:
@@ -109,24 +109,6 @@ questions:
|
||||
schema:
|
||||
type: int
|
||||
default: 1
|
||||
- variable: DECONZ_WEB_PORT
|
||||
label: "DECONZ_WEB_PORT"
|
||||
description: "Web UI listen port"
|
||||
schema:
|
||||
type: int
|
||||
default: 80
|
||||
- variable: DECONZ_WS_PORT
|
||||
label: "DECONZ_WS_PORT"
|
||||
description: "Websocket listen port"
|
||||
schema:
|
||||
type: int
|
||||
default: 443
|
||||
- variable: DECONZ_VNC_PORT
|
||||
label: "DECONZ_VNC_PORT"
|
||||
description: " VNC server listen port"
|
||||
schema:
|
||||
type: int
|
||||
default: 5900
|
||||
|
||||
# Include{containerConfig}
|
||||
|
||||
@@ -191,7 +173,7 @@ questions:
|
||||
description: "The internal(!) port on the container the Application runs on"
|
||||
schema:
|
||||
type: int
|
||||
default: 80
|
||||
default: 10008
|
||||
|
||||
|
||||
- variable: websocket
|
||||
@@ -248,7 +230,7 @@ questions:
|
||||
description: "The internal(!) port on the container the Application runs on"
|
||||
schema:
|
||||
type: int
|
||||
default: 443
|
||||
default: 10001
|
||||
|
||||
|
||||
- variable: vnc
|
||||
@@ -305,7 +287,7 @@ questions:
|
||||
description: "The internal(!) port on the container the Application runs on"
|
||||
schema:
|
||||
type: int
|
||||
default: 5900
|
||||
default: 10002
|
||||
|
||||
- variable: serviceexpert
|
||||
group: "Networking and Services"
|
||||
|
||||
Reference in New Issue
Block a user