Traefik-Kop

Traefik-Kop

Aplicación Docker from martial's Repository

Visión general

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.

Requisitos

Traefik, Redis (or Valkey)

Argumentos en tiempo de ejecución

Red
docker
Concha
bash
Privilegiado
false

Configuración de plantillas

Docker socketPathro

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

Objetivo
/var/run/docker.sock
Por defecto
/var/run/docker.sock
Valor
/var/run/docker.sock
KOP_HOSTNAMEVariable

Hostname to identify this node in redis

Por defecto
foo
Valor
foo
REDIS_ADDRVariable

Redis address

Por defecto
192.168.222.11:6379
Valor
192.168.222.11:6379
BIND_IPVariable

IP address to bind services to

Por defecto
192.168.222.99
Valor
192.168.222.99
REDIS_USERVariable

Redis user

Por defecto
default
Valor
default
REDIS_PASSVariable

Redis password (if needed, delete if not)

REDIS_DBVariable

Redis DB number

Por defecto
0
Valor
0
REDIS_TTLVariable

Redis TTL (in seconds)

Por defecto
0
Valor
0
KOP_POLL_INTERVALVariable

Poll interval for refreshing container list

Por defecto
60
Valor
60

Categorías

Detalles

Repositorio
ghcr.io/jittering/traefik-kop:latest
Última actualización2026-06-01
Visto por primera vez2025-12-05

Ejecute Traefik-Kop en Unraid.

Traefik-Kop se encuentra en Community Apps para Unraid OS. Explore Unraid para crear un servidor doméstico flexible, un NAS o un laboratorio doméstico.