fixes from server

This commit is contained in:
Pierre Delpy
2025-10-31 15:27:38 +01:00
parent 3122cfbe76
commit 832970737a
2 changed files with 7 additions and 5 deletions

View File

@@ -1,13 +1,15 @@
version: "3.7" version: "3.7"
services: services:
landing: lens:
container_name: lens_federated-search container_name: lens_federated-search
image: ghcr.io/samply/cce-explorer:pr-1 image: ghcr.io/samply/cce-explorer:pr-1
environment:
PUBLIC_ENVIRONMENT: test
labels: labels:
- "traefik.http.services.landing.loadbalancer.server.port=3000" - "traefik.http.services.lens.loadbalancer.server.port=3000"
- "traefik.enable=true" - "traefik.enable=true"
- "traefik.http.routers.landing.rule=Host(`${HOST}`)" - "traefik.http.routers.lens.rule=Host(`${HOST}`)"
- "traefik.http.routers.landing.tls=true" - "traefik.http.routers.lens.tls=true"
spot: spot:
image: samply/rustyspot:latest image: samply/rustyspot:latest
@@ -24,7 +26,6 @@ services:
TRANSFORM: LENS TRANSFORM: LENS
PROJECT: cce PROJECT: cce
BIND_ADDR: 0.0.0.0:8055 BIND_ADDR: 0.0.0.0:8055
PRISM_URL: http://prism:8066
RUST_LOG: "info" RUST_LOG: "info"
LOG_FILE: /logs/requests.log LOG_FILE: /logs/requests.log
volumes: volumes:

View File

@@ -12,3 +12,4 @@ do
log DEBUG "sourcing $module" log DEBUG "sourcing $module"
source $module source $module
done done
SITES=cce-dkfz,cce-gr,cce-ki,cce-nki,cce-vhio,cce-cruk-cc