services/templates/traefik/Dockerfile

12 lines
198 B
Docker
Raw Normal View History

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