Skip to content
Snippets Groups Projects
Commit 4308b3b6 authored by Taya Snijder's avatar Taya Snijder
Browse files

Merge branch 'master' of https://git.astron.nl/lofar2.0/tango into...

Merge branch 'master' of https://git.astron.nl/lofar2.0/tango into L2SS-216_2021-05-17-Branched_from_master-SDP_hotfix
parents 799fd9b9 57a0b164
No related branches found
No related tags found
1 merge request!32Resolve L2SS-216 "2021 05 17 branched from master sdp hotfix"
...@@ -14,7 +14,11 @@ version: '2' ...@@ -14,7 +14,11 @@ version: '2'
services: services:
device-pcc: device-pcc:
image: lofar-device-base image: device-pcc
# build explicitly, as docker-compose does not understand a local image
# being shared among services.
build:
context: lofar-device-base
container_name: ${CONTAINER_NAME_PREFIX}device-pcc container_name: ${CONTAINER_NAME_PREFIX}device-pcc
network_mode: ${NETWORK_MODE} network_mode: ${NETWORK_MODE}
volumes: volumes:
......
...@@ -14,7 +14,11 @@ version: '2' ...@@ -14,7 +14,11 @@ version: '2'
services: services:
device-sdp: device-sdp:
image: lofar-device-base image: device-sdp
# build explicitly, as docker-compose does not understand a local image
# being shared among services.
build:
context: lofar-device-base
container_name: ${CONTAINER_NAME_PREFIX}device-sdp container_name: ${CONTAINER_NAME_PREFIX}device-sdp
network_mode: ${NETWORK_MODE} network_mode: ${NETWORK_MODE}
volumes: volumes:
......
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