FIX: MapStore Traefik config + Pulsar Manager routing
This commit is contained in:
12
dynamic/30-mosquitto-traefik.yml
Normal file
12
dynamic/30-mosquitto-traefik.yml
Normal file
@@ -0,0 +1,12 @@
|
||||
http:
|
||||
routers:
|
||||
mosquitto-ws:
|
||||
rule: "Host(`mosquitto.digitribe.fr`) && PathPrefix(`/mqtt`)"
|
||||
entryPoints:
|
||||
- websecure
|
||||
service: mosquitto-ws-service
|
||||
services:
|
||||
mosquitto-ws-service:
|
||||
loadBalancer:
|
||||
servers:
|
||||
- url: "http://host.docker.internal:38084"
|
||||
Reference in New Issue
Block a user