Skip to content
Snippets Groups Projects
lofar-device-base.yml 501 B
Newer Older
#
# Docker compose file that forms the basis for LOFAR tango devices
#
# This is an abstract image that does not need to be spinned up, but
# might be out of consistency with other images.
#
# Defines:
#   - device-base: Base configuration for devices.
#
# Requires:
#   - tango.yml
#
version: '2'

services:
  lofar-device-base:
    image: lofar-device-base
    build:
        context: lofar-device-base
    container_name: ${CONTAINER_NAME_PREFIX}lofar-device-base
    network_mode: ${NETWORK_MODE}