Changes to make deployed CCE explorer work properly. (#368)

* Changes to make deployed CCE explorer work properly.

In the lens environment section in services:
- add PUBLIC_SPOT_URL value
This commit is contained in:
Manoj Waikar
2026-01-13 10:42:10 +01:00
committed by GitHub
parent 85cfc2514d
commit 7dc9e2e663

View File

@@ -3,6 +3,8 @@ services:
lens:
container_name: lens_federated-search
image: samply/cce-explorer:main
environment:
PUBLIC_SPOT_URL: https://${HOST}/prod
labels:
- "traefik.http.services.lens.loadbalancer.server.port=3000"
- "traefik.enable=true"