services/templates/traefik/Dockerfile.gotmpl

12 lines
202 B
Docker
Raw Normal View History

FROM traefik:{{ .Traefik.Version }}
2022-11-18 15:08:16 +00:00
ADD traefik.yaml /flow/traefik/
ADD entrypoint.sh /
ADD dynamic_dashboard.yaml /tmp/
RUN chmod +x /entrypoint.sh
CMD ["--configfile=/flow/traefik/traefik.yaml"]