Fix/pscc lens local (#385)

* fix: deployment of local pscc lens instance
This commit is contained in:
Pierre Delpy
2026-05-22 12:58:17 +02:00
committed by GitHub
parent 47b793668a
commit 112be2a2d6
+7 -2
View File
@@ -2,7 +2,9 @@ version: "3.7"
services: services:
lens: lens:
container_name: lens-federated-search container_name: lens-federated-search
image: docker.verbis.dkfz.de/ccp/lens:${SITE_ID} image: docker.verbis.dkfz.de/ccp/lens:pscc
environment:
PUBLIC_SPOT_URL: https://${HOST}/prod
labels: labels:
- "traefik.http.services.lens.loadbalancer.server.port=3000" - "traefik.http.services.lens.loadbalancer.server.port=3000"
- "traefik.enable=true" - "traefik.enable=true"
@@ -11,7 +13,6 @@ services:
spot: spot:
image: samply/rustyspot:latest image: samply/rustyspot:latest
platform: linux/amd64
environment: environment:
HTTP_PROXY: ${HTTP_PROXY_URL} HTTP_PROXY: ${HTTP_PROXY_URL}
HTTPS_PROXY: ${HTTPS_PROXY_URL} HTTPS_PROXY: ${HTTPS_PROXY_URL}
@@ -38,3 +39,7 @@ services:
- "traefik.http.middlewares.stripprefix_spot.stripprefix.prefixes=/prod" - "traefik.http.middlewares.stripprefix_spot.stripprefix.prefixes=/prod"
- "traefik.http.routers.spot.tls=true" - "traefik.http.routers.spot.tls=true"
- "traefik.http.routers.spot.middlewares=corsheaders2,stripprefix_spot,auth" - "traefik.http.routers.spot.middlewares=corsheaders2,stripprefix_spot,auth"
beam-proxy:
environment:
APP_spot_KEY: ${FOCUS_BEAM_SECRET_SHORT}