From 857ece4d6884b3bea629be02113e07ac02c981bd Mon Sep 17 00:00:00 2001 From: Jan David Mol <mol@astron.nl> Date: Tue, 21 Dec 2021 16:20:01 +0100 Subject: [PATCH] L2SS-497: Retain the casacore measures on a volume to prevent them from changing on every rebuild. We want to control when they change. --- docker-compose/device-beam.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docker-compose/device-beam.yml b/docker-compose/device-beam.yml index 97385f164..3dc7f4f0f 100644 --- a/docker-compose/device-beam.yml +++ b/docker-compose/device-beam.yml @@ -4,6 +4,9 @@ # version: '2' +volumes: + iers-data: {} + services: device-beam: image: device-beam @@ -16,6 +19,8 @@ services: container_name: ${CONTAINER_NAME_PREFIX}device-beam networks: - control + volumes: + - iers-data:/opt/IERS ports: - "5711:5711" # unique port for this DS extra_hosts: -- GitLab