fix lens and spot deployment

This commit is contained in:
Pierre Delpy
2025-09-23 08:02:43 +02:00
parent dadb91400c
commit dbdf5f48b4
3 changed files with 4 additions and 4 deletions

View File

@@ -59,4 +59,3 @@ services:
PROJECT: ${PROJECT}
SITE_NAME: ${SITE_NAME}
ENVIRONMENT: ${ENVIRONMENT}
profiles: [deactivated]

View File

@@ -56,6 +56,8 @@ services:
- /etc/bridgehead/trusted-ca-certs:/conf/trusted-ca-certs:ro
- /srv/docker/bridgehead/pscc/root.crt.pem:/conf/root.crt.pem:ro
landing:
profiles: [deactivated]
volumes:
blaze-data:

View File

@@ -1,6 +1,6 @@
version: "3.7"
services:
landing:
lens:
container_name: lens_federated-search
image: docker.verbis.dkfz.de/ccp/lens:${SITE_ID}
labels:
@@ -13,8 +13,6 @@ services:
spot:
image: samply/rustyspot:main
platform: linux/amd64
ports:
- "8055:8055"
environment:
BEAM_SECRET: "${FOCUS_BEAM_SECRET_SHORT}"
BEAM_PROXY_URL: http://beam-proxy:8081
@@ -25,6 +23,7 @@ services:
BIND_ADDR: 0.0.0.0:8055
RUST_LOG: "debug"
LOG_FILE: /logs/requests.log
PROJECT: pscc
volumes:
- ./logs:/logs
depends_on: