Select Git revision
logviewer.yml
L2SS-294: Update SKAO repo, image versions, refactor a bit
Thomas Juerges authored
I moved the image versions to the .env file, updated the SKAO repo and updated the SKAO image naming. They replaced the "/" between the registry user and the image name with a "-".
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
logviewer.yml 703 B
#
# Docker compose file that launches LogViewer, sending output to a remote X11
# display.
#
# Defines:
# - logviewer: container running LogViewer
#
# Requires:
# - tango.yml
#
version: '2'
services:
logviewer:
image: ${DOCKER_REGISTRY_HOST}/${DOCKER_REGISTRY_USER}-tango-java:${TANGO_JAVA_VERSION}
container_name: ${CONTAINER_NAME_PREFIX}logviewer
networks:
- control
volumes:
- ${XAUTHORITY_MOUNT}
environment:
- XAUTHORITY=${XAUTHORITY}
- DISPLAY=${DISPLAY}
- TANGO_HOST=${TANGO_HOST}
entrypoint:
- /usr/local/bin/wait-for-it.sh
- ${TANGO_HOST}
- --timeout=30
- --strict
- --
- /usr/local/bin/logviewer