Skip to content
Snippets Groups Projects
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
lofar-device-base.yml 799 B
#
# 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
        args:
            SOURCE_IMAGE: ${DOCKER_REGISTRY_HOST}/${DOCKER_REGISTRY_USER}-tango-itango:${TANGO_ITANGO_VERSION}
    container_name: ${CONTAINER_NAME_PREFIX}lofar-device-base
    # These parameters are just visual queues, you have to define them again
    # in derived docker-compose files!
    networks:
      - control
    extra_hosts:
      - "host.docker.internal:host-gateway"