mirror of
https://github.com/samply/bridgehead.git
synced 2026-01-28 00:20:10 +01:00
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:
@@ -3,6 +3,8 @@ 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_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"
|
||||||
|
|||||||
Reference in New Issue
Block a user