Changes to make deployed CCE explorer work properly.

In the lens environment section in services:
- comment out the PUBLIC_ENVIRONMENT value
- add PUBLIC_SPOT_URL value
This commit is contained in:
Manoj Waikar
2025-12-19 13:26:55 +01:00
parent 85cfc2514d
commit c1da7f7844

View File

@@ -3,6 +3,9 @@ services:
lens: lens:
container_name: lens_federated-search container_name: lens_federated-search
image: samply/cce-explorer:main image: samply/cce-explorer:main
environment:
# PUBLIC_ENVIRONMENT: ${PUBLIC_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"