
traefik
How to Install Traefik as a Container using Docker or Podman?
TRAEFIKHOSTDIR="/opt/traefik" #you can change it if you want mkdir -p ${TRAEFIKHOSTDIR}/dynamic touch ${TRAEFIKHOSTDIR}/acme.json #Used for LetsEncrypt Key generation touch ${TRAEFIKHOSTDIR}/traefik.log global: checkNewVersion: false sendAnonymousUsage: false entryPoints: http: address: :80 http: redirections: entryPoint: to: https scheme: https https: address: ":443"