14 lines
319 B
YAML
14 lines
319 B
YAML
http:
|
|
routers:
|
|
thingsboard:
|
|
rule: "Host(`thingsboard.digitribe.fr`)"
|
|
entryPoints: [websecure]
|
|
service: thingsboard-haproxy
|
|
tls: {}
|
|
|
|
services:
|
|
thingsboard-haproxy:
|
|
loadBalancer:
|
|
servers:
|
|
- url: "http://172.29.0.9:8080" # thingsboard-core-1 sur traefik-public
|