This repository has been archived on 2023-05-06. You can view files and clone it, but cannot push or open issues or pull requests.
helix/internal/stacks/templates/traefik/Dockerfile.tmpl

13 lines
214 B
Cheetah

FROM traefik:{{ .Version }}
ADD traefik.yaml /helix/traefik/
ADD entrypoint.sh /
ADD dynamic_dashboard.yaml /tmp/
RUN chmod +x /entrypoint.sh
EXPOSE 22 80 443
CMD ["--configfile=/helix/traefik/traefik.yaml"]