fix(deconz): Dynamicly set env vars for ports based on service (#1948)

This commit is contained in:
Stavros Kois
2022-02-24 01:01:47 +01:00
committed by GitHub
parent 3a87eb409d
commit 33a49aadbb
3 changed files with 7 additions and 31 deletions
+3 -21
View File
@@ -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"