Skip to content
Snippets Groups Projects
Commit 3358f2c0 authored by Corné Lukken's avatar Corné Lukken
Browse files

Merge branch 'L2SS-776' of git.astron.nl:lofar2.0/tango into L2SS-776

parents c9af609f 5d60e0cf
No related branches found
No related tags found
1 merge request!329L2SS-776: Add configdb and observation device
......@@ -29,7 +29,7 @@ services:
networks:
- control
ports:
- "5717:5717" # unique port for this DS
- "5718:5718" # unique port for this DS
extra_hosts:
- "host.docker.internal:host-gateway"
volumes:
......@@ -41,5 +41,5 @@ services:
- bin/start-ds.sh
# 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
- 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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment