Traefik-Kop

Traefik-Kop

Docker-Anwendung from martial's Repository

Übersicht

A dynamic docker to redis to traefik discovery agent. Solves the problem of running a non-Swarm/Kubernetes multi-host cluster with a single public-facing traefik instance. traefik-kop solves this problem by using the same traefik docker-provider logic. It reads the container labels from the local docker node and publishes them to a given redis instance. Simply configure your traefik node with a redis provider and point it to the same instance, as in the diagram in the project's README. This is just an Unraid template for the traefik-kop docker image published by the author on GitHub. The project has no WebUI. See the "Propagating labels from Docker instances not on the Traefik host" section of https://www.gkr.one/blg-20240831-traefik for an example of usage (some default values are the same as the example). Extra environment variables added to reflect the project README's "Configuration" section. Feel free to delete environment variables you don't need in the template below. Recommended to keep at minimum: KOP_HOSTNAME, REDIS_ADDR, BIND_IP.

Anforderungen

Traefik, Redis (or Valkey)

Laufzeit-Argumente

Netzwerk
docker
Shell
bash
Privilegiert
false

Konfiguration der Vorlage

Docker socketPathro

Docker Socket (read-only) access to find the docker containers and labels automatically..

Ziel
/var/run/docker.sock
Standard
/var/run/docker.sock
Wert
/var/run/docker.sock
KOP_HOSTNAMEVariable

Hostname to identify this node in redis

Standard
foo
Wert
foo
REDIS_ADDRVariable

Redis address

Standard
192.168.222.11:6379
Wert
192.168.222.11:6379
BIND_IPVariable

IP address to bind services to

Standard
192.168.222.99
Wert
192.168.222.99
REDIS_USERVariable

Redis user

Standard
default
Wert
default
REDIS_PASSVariable

Redis password (if needed, delete if not)

REDIS_DBVariable

Redis DB number

Standard
0
Wert
0
REDIS_TTLVariable

Redis TTL (in seconds)

Standard
0
Wert
0
KOP_POLL_INTERVALVariable

Poll interval for refreshing container list

Standard
60
Wert
60

Kategorien

Einzelheiten

Repository
ghcr.io/jittering/traefik-kop:latest
Zuletzt aktualisiert2026-05-31
Erstmals gesehen2025-12-05

Führen Sie Traefik-Kop auf Unraid aus.

Traefik-Kop ist gelistet in Community Apps für Unraid OS. Erkunden Sie Unraid, um einen flexiblen Heimserver, ein NAS oder ein Heimlabor aufzubauen.