1
0
Fork 0

Add octoprint in dynamic conf

This commit is contained in:
Florian Richer 2023-08-08 23:08:13 +02:00 committed by GitHub
parent 390311b7fe
commit 385dc26668
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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/"