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

14
dynamic/18-console.yml Normal file
View File

@@ -0,0 +1,14 @@
http:
routers:
console:
rule: "Host(`georchestra-console.digitribe.fr`)"
entryPoints:
- websecure
service: console
tls:
certResolver: letsencrypt
services:
console:
loadBalancer:
servers:
- url: "http://172.19.0.9:8080/console"