This commit is contained in:
Arthur K. 2025-05-29 16:29:59 +03:00
parent ce42e8501e
commit cdf0820bb8
Signed by: wzray
GPG key ID: B97F30FDC4636357
14 changed files with 1974 additions and 308 deletions

View file

@ -3,8 +3,8 @@ FROM alpine:3.21
RUN apk add --no-cache --no-progress ca-certificates tzdata
ARG TARGETPLATFORM
COPY ./dist/$TARGETPLATFORM/traefik /
COPY ./dist/linux/amd64/traefik /
COPY ./traefik.yml /etc/traefik/traefik.yml
EXPOSE 80
VOLUME ["/tmp"]