aboutsummaryrefslogtreecommitdiffstats
path: root/installation/sdnc-web/src/main/docker
diff options
context:
space:
mode:
authorMichael Dürre <michael.duerre@highstreet-technologies.com>2023-04-20 08:50:54 +0200
committerMichael Dürre <michael.duerre@highstreet-technologies.com>2023-04-20 08:50:54 +0200
commit35bc08cfc2792d1fa1ce5d4cf8cf940251163711 (patch)
tree566f2618ec427da608935785412608925ad29e0a /installation/sdnc-web/src/main/docker
parenta4a4c3111e505ea6026542737125497a69521fa8 (diff)
fix sdnr ws port configs
fix websocket ports for sdnc and sdnc-web Issue-ID: SDNC-1795 Signed-off-by: Michael Dürre <michael.duerre@highstreet-technologies.com> Change-Id: I97c617ede967eb716c2dc8d0707e3de0c8c1ac0c Former-commit-id: f6d5ac391a828fa2d9f011c602bdeae2e515d9be
Diffstat (limited to 'installation/sdnc-web/src/main/docker')
-rw-r--r--installation/sdnc-web/src/main/docker/Dockerfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/installation/sdnc-web/src/main/docker/Dockerfile b/installation/sdnc-web/src/main/docker/Dockerfile
index 9f3f6870..6433d3f6 100644
--- a/installation/sdnc-web/src/main/docker/Dockerfile
+++ b/installation/sdnc-web/src/main/docker/Dockerfile
@@ -37,6 +37,7 @@ ENV WEBPROTOCOL="HTTP" \
SDNRPROTOCOL="HTTP" \
SDNRHOST="172.18.0.3" \
SDNRPORT="8181" \
+ SDNRWEBSOCKETPORT="8182" \
TRPCEURL="" \
TOPOURL="" \
TILEURL="" \