Skip to content
Snippets Groups Projects
Select Git revision
  • 3ce0994a75c20a875a219759370d53eb74a04a7c
  • master default protected
  • deploy-components-parallel
  • fix-chrony-exporter
  • L2SS-2407-swap-iers-caltable-monitoring-port
  • L2SS-2357-fix-ruff
  • sync-up-with-meta-pypcc
  • stabilise-landing-page
  • all-stations-lofar2
  • v0.39.7-backports
  • Move-sdptr-to-v1.5.0
  • fix-build-ubuntu
  • tokens-in-env-files
  • fix-build
  • L2SS-2214-deploy-cdb
  • fix-missing-init
  • add-power-hardware-apply
  • L2SS-2129-Add-Subrack-Routine
  • Also-listen-internal-to-rpc
  • fix-build-dind
  • L2SS-2153--Improve-Error-Handling
  • v0.52.8-rc1 protected
  • v0.55.5 protected
  • v0.55.4 protected
  • 0.55.2.dev0
  • 0.55.1.dev0
  • 0.55.0.dev0
  • v0.54.0 protected
  • 0.53.2.dev0
  • 0.53.1.dev0
  • v0.52.3-r2 protected
  • remove-snmp-client
  • v0.52.3 protected
  • v0.52.3dev0 protected
  • 0.53.1dev0
  • v0.52.2-rc3 protected
  • v0.52.2-rc2 protected
  • v0.52.2-rc1 protected
  • v0.52.1.1 protected
  • v0.52.1 protected
  • v0.52.1-rc1 protected
41 results

logviewer.yml

  • user avatar
    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 "-".
    a6a0a003
    History
    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