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

L2SS-497: Retain the casacore measures on a volume to prevent them from...

L2SS-497: Retain the casacore measures on a volume to prevent them from changing on every rebuild. We want to control when they change.
parent 329e4486
No related branches found
No related tags found
1 merge request!204L2SS-497: Add and manage casacore measures tables
...@@ -4,6 +4,9 @@ ...@@ -4,6 +4,9 @@
# #
version: '2' version: '2'
volumes:
iers-data: {}
services: services:
device-beam: device-beam:
image: device-beam image: device-beam
...@@ -16,6 +19,8 @@ services: ...@@ -16,6 +19,8 @@ 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:
......
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