mirror of
https://github.com/samply/bridgehead.git
synced 2025-12-19 20:10:26 +01:00
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:
@@ -3,6 +3,9 @@ services:
|
||||
lens:
|
||||
container_name: lens_federated-search
|
||||
image: samply/cce-explorer:main
|
||||
environment:
|
||||
# PUBLIC_ENVIRONMENT: ${PUBLIC_ENVIRONMENT}
|
||||
PUBLIC_SPOT_URL: https://${HOST}/prod
|
||||
labels:
|
||||
- "traefik.http.services.lens.loadbalancer.server.port=3000"
|
||||
- "traefik.enable=true"
|
||||
|
||||
Reference in New Issue
Block a user