Skip to content
Snippets Groups Projects
Commit 57a0b164 authored by Thomas Juerges's avatar Thomas Juerges
Browse files

Merge branch 'L2SS-194-fix-make-pull' into 'master'

L2SS-194: Build PCC & SDP devices explicitly, since docker compose doesn't...

Closes L2SS-194

See merge request !29
parents c49467ce 8b8d275a
No related branches found
No related tags found
1 merge request!29L2SS-194: Build PCC & SDP devices explicitly, since docker compose doesn't...
......@@ -14,7 +14,11 @@ version: '2'
services:
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
network_mode: ${NETWORK_MODE}
volumes:
......
......@@ -14,7 +14,11 @@ version: '2'
services:
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
network_mode: ${NETWORK_MODE}
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