FIX: MapStore Traefik config + Pulsar Manager routing

This commit is contained in:
Eric
2026-05-07 15:07:14 -04:00
parent 37d6c25070
commit dc571fbadd
48 changed files with 1355 additions and 2 deletions

17
dynamic/loki.yml Normal file
View File

@@ -0,0 +1,17 @@
# Loki — File-based routing (avoids Docker API version issue)
http:
routers:
loki:
rule: "Host(`loki.digitribe.fr`)"
entryPoints:
- websecure
service: loki
tls:
certResolver: letsencrypt
priority: 200
services:
loki:
loadBalancer:
servers:
- url: "http://172.29.0.27:3100"