theanurin/traefik

By theanurin

Updated about 2 months ago

Portainer accelerates container adoption it reduces operational complexity.

Image

6.1K

Docker Image VersionDocker Image SizeDocker PullsDocker Stars

Traefik

Traefik (pronounced traffic) is a modern HTTP reverse proxy and load balancer that makes deploying microservices easy.

Image reason

  • Changed background color (to colorize your deployment zones)
  • Include Python3 + Requests library (to execute Python scripts to solve ACME DNS challenges)

Spec

Environment variables

This variables passes the names of the color to change background color

  • BG_COLOR

Volumes

  • /traefik-data

Inside

  • Traefik v3.3.1
  • Python 3.12.8-r1
  • py3-requests 2.32.3-r0

Launch

docker run --rm --interactive --tty \
  --env BG_COLOR='#ff0000' \
  --publish 80:80 \
  --publish 443:443 \
  --volume /var/run/docker.sock:/var/run/docker.sock \
  theanurin/traefik

Support

Docker Pull Command

docker pull theanurin/traefik