14 lines
280 B
YAML
14 lines
280 B
YAML
http:
|
|
routers:
|
|
syncthing-local:
|
|
rule: "Host(`syncthing.sailmaker`)"
|
|
entryPoints:
|
|
- web
|
|
service: syncthing
|
|
|
|
services:
|
|
syncthing:
|
|
loadBalancer:
|
|
servers:
|
|
- url: "http://reason.sailmaker:8384"
|
|
passHostHeader: true
|