From 9c022ffb88784d393b8b8e9131c7105e99671b2c Mon Sep 17 00:00:00 2001 From: Martin Jurk Date: Thu, 4 Dec 2025 15:47:12 +0100 Subject: [PATCH] refactor and clean up --- itcc/docker-compose.yml | 1 - itcc/modules/itcc-omics-ingest.yaml | 4 +--- itcc/modules/lens-compose.yml | 1 - 3 files changed, 1 insertion(+), 5 deletions(-) diff --git a/itcc/docker-compose.yml b/itcc/docker-compose.yml index 23d879b..18adb6f 100644 --- a/itcc/docker-compose.yml +++ b/itcc/docker-compose.yml @@ -34,7 +34,6 @@ services: EPSILON: 0.28 QUERIES_TO_CACHE: '/queries_to_cache.conf' ENDPOINT_TYPE: ${FOCUS_ENDPOINT_TYPE:-blaze} - RUST_LOG: trace volumes: - /srv/docker/bridgehead/itcc/queries_to_cache.conf:/queries_to_cache.conf:ro depends_on: diff --git a/itcc/modules/itcc-omics-ingest.yaml b/itcc/modules/itcc-omics-ingest.yaml index c087480..8108433 100644 --- a/itcc/modules/itcc-omics-ingest.yaml +++ b/itcc/modules/itcc-omics-ingest.yaml @@ -1,10 +1,8 @@ services: omics-endpoint: - build: . - image: ghcr.io/samply/itcc-omics-ingest:pr-3 + image: ghcr.io/samply/itcc-omics-ingest:main environment: - API_KEY=${GENERATE_API_KEY} - - RUST_LOG=trace volumes: - /var/cache/bridgehead/omics/data:/data/uploads labels: diff --git a/itcc/modules/lens-compose.yml b/itcc/modules/lens-compose.yml index 49cd7a9..65c8f55 100644 --- a/itcc/modules/lens-compose.yml +++ b/itcc/modules/lens-compose.yml @@ -23,7 +23,6 @@ services: BEAM_PROXY_URL: http://beam-proxy:8081 BEAM_PROXY_ID: ${SITE_ID} BEAM_BROKER_ID: ${BROKER_ID} - # BEAM_APP_ID: "focus" BEAM_APP_ID: "spot.${SITE_ID}.${BROKER_ID}" CORS_ORIGIN: "https://${HOST}" SITES: ${SITES}