fix: OpenRemote Traefik + GeoServer CORS + Keycloak route

This commit is contained in:
Eric
2026-05-11 14:21:24 -04:00
parent 742c3d3959
commit 04b8dfa67b
3 changed files with 66 additions and 43 deletions

View File

@@ -0,0 +1,16 @@
http:
routers:
grafana:
rule: "Host(`grafana.digitribe.fr`)"
entrypoints:
- web
- websecure
tls:
certresolver: letsencrypt
service: grafana-service
services:
grafana-service:
loadbalancer:
servers:
- url: "http://smart-city-grafana:3000"