Add octoprint in dynamic conf
This commit is contained in:
parent
390311b7fe
commit
385dc26668
1 changed files with 14 additions and 1 deletions
|
@ -1 +1,14 @@
|
|||
http: {}
|
||||
http:
|
||||
routers:
|
||||
octoPrint-secure:
|
||||
entryPoints:
|
||||
- https
|
||||
rule: Host(`octoprint.mrdev023.fr`)
|
||||
tls:
|
||||
certResolver: sslResolver
|
||||
service: octoPrint
|
||||
services:
|
||||
octoPrint:
|
||||
loadBalancer:
|
||||
servers:
|
||||
- url: "http://192.168.1.16:80/"
|
||||
|
|
Loading…
Reference in a new issue