mirror of
https://github.com/samply/bridgehead.git
synced 2026-06-03 03:26:49 +02:00
Fix/pscc lens local (#385)
* fix: deployment of local pscc lens instance
This commit is contained in:
@@ -2,7 +2,9 @@ version: "3.7"
|
||||
services:
|
||||
lens:
|
||||
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:
|
||||
- "traefik.http.services.lens.loadbalancer.server.port=3000"
|
||||
- "traefik.enable=true"
|
||||
@@ -11,7 +13,6 @@ services:
|
||||
|
||||
spot:
|
||||
image: samply/rustyspot:latest
|
||||
platform: linux/amd64
|
||||
environment:
|
||||
HTTP_PROXY: ${HTTP_PROXY_URL}
|
||||
HTTPS_PROXY: ${HTTPS_PROXY_URL}
|
||||
@@ -38,3 +39,7 @@ services:
|
||||
- "traefik.http.middlewares.stripprefix_spot.stripprefix.prefixes=/prod"
|
||||
- "traefik.http.routers.spot.tls=true"
|
||||
- "traefik.http.routers.spot.middlewares=corsheaders2,stripprefix_spot,auth"
|
||||
|
||||
beam-proxy:
|
||||
environment:
|
||||
APP_spot_KEY: ${FOCUS_BEAM_SECRET_SHORT}
|
||||
Reference in New Issue
Block a user