|
|
|
@ -143,7 +143,7 @@ services:
|
|
|
|
labels:
|
|
|
|
labels:
|
|
|
|
- "traefik.enable=true"
|
|
|
|
- "traefik.enable=true"
|
|
|
|
- "traefik.http.routers.{{ connect_id }}-kibana.service={{ connect_id }}-kibana"
|
|
|
|
- "traefik.http.routers.{{ connect_id }}-kibana.service={{ connect_id }}-kibana"
|
|
|
|
- "traefik.http.routers.{{ connect_id }}-kibana.rule=Host(`{{ connect_id }}-kibana.{{ domain }}`)"
|
|
|
|
- "traefik.http.routers.{{ connect_id }}-kibana.rule=Host(`{{ kibana_id }}.{{ domain }}`)"
|
|
|
|
- "traefik.http.routers.{{ connect_id }}-kibana.entrypoints=websecure"
|
|
|
|
- "traefik.http.routers.{{ connect_id }}-kibana.entrypoints=websecure"
|
|
|
|
- "traefik.http.routers.{{ connect_id }}-kibana.tls=true"
|
|
|
|
- "traefik.http.routers.{{ connect_id }}-kibana.tls=true"
|
|
|
|
- "traefik.http.routers.{{ connect_id }}-kibana.tls.certresolver=letsencrypt-http"
|
|
|
|
- "traefik.http.routers.{{ connect_id }}-kibana.tls.certresolver=letsencrypt-http"
|
|
|
|
|