dockerfy traefik

This commit is contained in:
2026-01-31 18:50:01 -06:00
parent e58d6118ea
commit 0c5ab6519d
2 changed files with 2 additions and 5 deletions

View File

@@ -1,8 +1,5 @@
providers:
docker:
exposedByDefault: false
network: "docker-main"
endpoint: "unix:///var/run/docker.sock"
docker: {}
file:
filename: "/etc/traefik/routing.yml"

View File

@@ -65,7 +65,7 @@
labels = {
"traefik.enable" = "true";
"traefik.http.routers.dashboard.rule" = "Host(`traefik.esotericbytes.com`)";
"traefik.http.routers.dashboard.entrypoints" = "localsecure";
"traefik.http.routers.dashboard.entrypoints" = "websecure,localsecure";
"traefik.http.routers.dashboard.service" = "api@internal";
"traefik.http.routers.dashboard.tls.certResolver" = "cloudflare";
};