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

L2SS-751: expose zmq ports on device servers

parent e36d514e
No related branches found
No related tags found
1 merge request!418Resolve L2SS-751 "Expose zmq ports"
...@@ -33,12 +33,16 @@ services: ...@@ -33,12 +33,16 @@ services:
- control - control
ports: ports:
- "5715:5715" # unique port for this DS - "5715:5715" # unique port for this DS
- "5815:5815" # ZeroMQ event port
- "5915:5915" # ZeroMQ heartbeat port
extra_hosts: extra_hosts:
- "host.docker.internal:host-gateway" - "host.docker.internal:host-gateway"
volumes: volumes:
- ..:/opt/lofar/tango:rw - ..:/opt/lofar/tango:rw
environment: environment:
- TANGO_HOST=${TANGO_HOST} - TANGO_HOST=${TANGO_HOST}
- TANGO_ZMQ_EVENT_PORT=5815
- TANGO_ZMQ_HEARTBEAT_PORT=5915
working_dir: /opt/lofar/tango working_dir: /opt/lofar/tango
entrypoint: entrypoint:
- bin/start-ds.sh - bin/start-ds.sh
......
...@@ -32,12 +32,16 @@ services: ...@@ -32,12 +32,16 @@ services:
- control - control
ports: ports:
- "5712:5712" # unique port for this DS - "5712:5712" # unique port for this DS
- "5812:5812" # ZeroMQ event port
- "5912:5912" # ZeroMQ heartbeat port
extra_hosts: extra_hosts:
- "host.docker.internal:host-gateway" - "host.docker.internal:host-gateway"
volumes: volumes:
- ..:/opt/lofar/tango:rw - ..:/opt/lofar/tango:rw
environment: environment:
- TANGO_HOST=${TANGO_HOST} - TANGO_HOST=${TANGO_HOST}
- TANGO_ZMQ_EVENT_PORT=5812
- TANGO_ZMQ_HEARTBEAT_PORT=5912
working_dir: /opt/lofar/tango working_dir: /opt/lofar/tango
entrypoint: entrypoint:
- bin/start-ds.sh - bin/start-ds.sh
......
...@@ -32,12 +32,16 @@ services: ...@@ -32,12 +32,16 @@ services:
- control - control
ports: ports:
- "5713:5713" # unique port for this DS - "5713:5713" # unique port for this DS
- "5813:5813" # ZeroMQ event port
- "5913:5913" # ZeroMQ heartbeat port
extra_hosts: extra_hosts:
- "host.docker.internal:host-gateway" - "host.docker.internal:host-gateway"
volumes: volumes:
- ..:/opt/lofar/tango:rw - ..:/opt/lofar/tango:rw
environment: environment:
- TANGO_HOST=${TANGO_HOST} - TANGO_HOST=${TANGO_HOST}
- TANGO_ZMQ_EVENT_PORT=5813
- TANGO_ZMQ_HEARTBEAT_PORT=5913
working_dir: /opt/lofar/tango working_dir: /opt/lofar/tango
entrypoint: entrypoint:
- bin/start-ds.sh - bin/start-ds.sh
......
...@@ -27,6 +27,8 @@ services: ...@@ -27,6 +27,8 @@ services:
- control - control
ports: ports:
- "5711:5711" # unique port for this DS - "5711:5711" # unique port for this DS
- "5811:5811" # ZeroMQ event port
- "5911:5911" # ZeroMQ heartbeat port
extra_hosts: extra_hosts:
- "host.docker.internal:host-gateway" - "host.docker.internal:host-gateway"
volumes: volumes:
...@@ -34,6 +36,8 @@ services: ...@@ -34,6 +36,8 @@ services:
- iers-data:/opt/IERS - iers-data:/opt/IERS
environment: environment:
- TANGO_HOST=${TANGO_HOST} - TANGO_HOST=${TANGO_HOST}
- TANGO_ZMQ_EVENT_PORT=5811
- TANGO_ZMQ_HEARTBEAT_PORT=5911
working_dir: /opt/lofar/tango working_dir: /opt/lofar/tango
entrypoint: entrypoint:
- bin/start-ds.sh - bin/start-ds.sh
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment