FIX: MapStore Traefik config + Pulsar Manager routing
This commit is contained in:
15
dynamic/26-mosquitto.yml
Normal file
15
dynamic/26-mosquitto.yml
Normal file
@@ -0,0 +1,15 @@
|
||||
tcp:
|
||||
routers:
|
||||
mosquitto:
|
||||
rule: "HostSNI(`mosquitto.digitribe.fr`)"
|
||||
entryPoints:
|
||||
- mqtt
|
||||
service: mosquitto
|
||||
tls:
|
||||
certResolver: letsencrypt
|
||||
|
||||
services:
|
||||
mosquitto:
|
||||
loadBalancer:
|
||||
servers:
|
||||
- address: "scripts-mosquitto-1:1883"
|
||||
Reference in New Issue
Block a user