Skip to content
Snippets Groups Projects
Commit 5d60e0cf authored by Jan David Mol's avatar Jan David Mol
Browse files

L2SS-776: Avoid port nr clash with BST device

parent e5336da1
No related branches found
No related tags found
1 merge request!329L2SS-776: Add configdb and observation device
...@@ -29,7 +29,7 @@ services: ...@@ -29,7 +29,7 @@ services:
networks: networks:
- control - control
ports: ports:
- "5717:5717" # unique port for this DS - "5718:5718" # unique port for this DS
extra_hosts: extra_hosts:
- "host.docker.internal:host-gateway" - "host.docker.internal:host-gateway"
volumes: volumes:
...@@ -41,5 +41,5 @@ services: ...@@ -41,5 +41,5 @@ services:
- bin/start-ds.sh - bin/start-ds.sh
# configure CORBA to _listen_ on 0:port, but tell others we're _reachable_ through ${HOSTNAME}:port, since CORBA # configure CORBA to _listen_ on 0:port, but tell others we're _reachable_ through ${HOSTNAME}:port, since CORBA
# can't know about our Docker port forwarding # can't know about our Docker port forwarding
- l2ss-observation Observation STAT -v -ORBendPoint giop:tcp:0:5717 -ORBendPointPublish giop:tcp:${HOSTNAME}:5717 - l2ss-observation Observation STAT -v -ORBendPoint giop:tcp:0:5718 -ORBendPointPublish giop:tcp:${HOSTNAME}:5718
restart: unless-stopped restart: unless-stopped
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment