Add traefik reverse proxy
This commit is contained in:
14
containers/traefik/templates/conf/cockpit.yml.j2
Normal file
14
containers/traefik/templates/conf/cockpit.yml.j2
Normal file
@@ -0,0 +1,14 @@
|
||||
http:
|
||||
routers:
|
||||
cockpit:
|
||||
rule: "Path(`/cockpit`)"
|
||||
entryPoints: https
|
||||
service: cockpit
|
||||
tls:
|
||||
certresolver: wildcard
|
||||
|
||||
services:
|
||||
cockpit:
|
||||
loadBalancer:
|
||||
servers:
|
||||
- url: "http://131.175.120.208:9090"
|
||||
Reference in New Issue
Block a user