Skip to content
Snippets Groups Projects
Commit e36d514e authored by Stefano Di Frischia's avatar Stefano Di Frischia
Browse files

L2SS-751: expose zmq ports on device servers

parent f1191d77
No related branches found
No related tags found
1 merge request!418Resolve L2SS-751 "Expose zmq ports"
......@@ -32,12 +32,16 @@ services:
- control
ports:
- "5709:5709" # unique port for this DS
- "5809:5809" # ZeroMQ event port
- "5909:5909" # ZeroMQ heartbeat port
extra_hosts:
- "host.docker.internal:host-gateway"
volumes:
- ..:/opt/lofar/tango:rw
environment:
- TANGO_HOST=${TANGO_HOST}
- TANGO_ZMQ_EVENT_PORT=5809
- TANGO_ZMQ_HEARTBEAT_PORT=5909
working_dir: /opt/lofar/tango
entrypoint:
- bin/start-ds.sh
......
......@@ -32,12 +32,16 @@ services:
- control
ports:
- "5710:5710" # unique port for this DS
- "5810:5810" # ZeroMQ event port
- "5910:5910" # ZeroMQ heartbeat port
extra_hosts:
- "host.docker.internal:host-gateway"
volumes:
- ..:/opt/lofar/tango:rw
environment:
- TANGO_HOST=${TANGO_HOST}
- TANGO_ZMQ_EVENT_PORT=5810
- TANGO_ZMQ_HEARTBEAT_PORT=5910
working_dir: /opt/lofar/tango
entrypoint:
- bin/start-ds.sh
......
......@@ -31,12 +31,16 @@ services:
- control
ports:
- "5708:5708" # unique port for this DS
- "5808:5808" # ZeroMQ event port
- "5908:5908" # ZeroMQ heartbeat port
extra_hosts:
- "host.docker.internal:host-gateway"
volumes:
- ..:/opt/lofar/tango:rw
environment:
- TANGO_HOST=${TANGO_HOST}
- TANGO_ZMQ_EVENT_PORT=5808
- TANGO_ZMQ_HEARTBEAT_PORT=5908
working_dir: /opt/lofar/tango
entrypoint:
- bin/start-ds.sh
......
......@@ -32,12 +32,16 @@ services:
- control
ports:
- "5707:5707" # unique port for this DS
- "5807:5807" # ZeroMQ event port
- "5907:5907" # ZeroMQ heartbeat port
extra_hosts:
- "host.docker.internal:host-gateway"
volumes:
- ..:/opt/lofar/tango:rw
environment:
- TANGO_HOST=${TANGO_HOST}
- TANGO_ZMQ_EVENT_PORT=5807
- TANGO_ZMQ_HEARTBEAT_PORT=5907
working_dir: /opt/lofar/tango
entrypoint:
- bin/start-ds.sh
......
......@@ -35,12 +35,16 @@ services:
- "5002:5002/udp" # port to receive XST UDP packets on
- "5102:5102/tcp" # port to emit XST TCP packets on
- "5706:5706" # unique port for this DS
- "5806:5806" # ZeroMQ event port
- "5906:5906" # ZeroMQ heartbeat port
extra_hosts:
- "host.docker.internal:host-gateway"
volumes:
- ..:/opt/lofar/tango:rw
environment:
- TANGO_HOST=${TANGO_HOST}
- TANGO_ZMQ_EVENT_PORT=5806
- TANGO_ZMQ_HEARTBEAT_PORT=5906
working_dir: /opt/lofar/tango
entrypoint:
- bin/start-ds.sh
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment