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

L2SS-751: update device-CCD yml

parent 5f7ea53d
No related branches found
No related tags found
1 merge request!418Resolve L2SS-751 "Expose zmq ports"
...@@ -32,12 +32,16 @@ services: ...@@ -32,12 +32,16 @@ services:
- control - control
ports: ports:
- "5721:5721" # unique port for this DS - "5721:5721" # unique port for this DS
- "5821:5821" # ZeroMQ event port
- "5921:5921" # 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=5821
- TANGO_ZMQ_HEARTBEAT_PORT=5921
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