mirror of
https://github.com/samply/bridgehead.git
synced 2025-11-23 05:30:27 +01:00
explorer error host fix
This commit is contained in:
@@ -1,11 +1,15 @@
|
|||||||
version: "3.7"
|
version: "3.7"
|
||||||
services:
|
services:
|
||||||
landing:
|
landing:
|
||||||
container_name: lens_federated-search
|
container_name: lens_itcc_explorer
|
||||||
image: ghcr.io/samply/itcc-explorer:pr-1
|
image: ghcr.io/samply/itcc-explorer:pr-1
|
||||||
|
environment:
|
||||||
|
HOST: "0.0.0.0"
|
||||||
|
BIND_ADDR: "0.0.0.0:3000"
|
||||||
|
PUBLIC_ENVIRONMENT: ${PUBLIC_ENVIRONMENT}
|
||||||
labels:
|
labels:
|
||||||
|
- "traefik.http.routers.lens.rule=Host(`${HOST}`)"
|
||||||
- "traefik.enable=true"
|
- "traefik.enable=true"
|
||||||
- "traefik.http.routers.landing.rule=PathPrefix(`/`)"
|
|
||||||
- "traefik.http.services.landing.loadbalancer.server.port=3000"
|
- "traefik.http.services.landing.loadbalancer.server.port=3000"
|
||||||
- "traefik.http.routers.landing.tls=true"
|
- "traefik.http.routers.landing.tls=true"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user