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

L2SS-497: Fix IERS volume for beam device

parent 24bdae34
Branches
Tags
1 merge request!204L2SS-497: Add and manage casacore measures tables
...@@ -19,14 +19,13 @@ services: ...@@ -19,14 +19,13 @@ services:
container_name: ${CONTAINER_NAME_PREFIX}device-beam container_name: ${CONTAINER_NAME_PREFIX}device-beam
networks: networks:
- control - control
volumes:
- iers-data:/opt/IERS
ports: ports:
- "5711:5711" # unique port for this DS - "5711:5711" # unique port for this DS
extra_hosts: extra_hosts:
- "host.docker.internal:host-gateway" - "host.docker.internal:host-gateway"
volumes: volumes:
- ..:/opt/lofar/tango:rw - ..:/opt/lofar/tango:rw
- iers-data:/opt/IERS
environment: environment:
- TANGO_HOST=${TANGO_HOST} - TANGO_HOST=${TANGO_HOST}
working_dir: /opt/lofar/tango working_dir: /opt/lofar/tango
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment