FROM traefik:v3.6

# ARG VERSION=8.8.1
# RUN apk add curl libc6-compat jq

# logging to ELK
# WORKDIR /filebeat
# RUN curl -L -O https://artifacts.elastic.co/downloads/beats/filebeat/filebeat-8.8.1-linux-x86_64.tar.gz
# RUN tar xzvf filebeat-8.8.1-linux-x86_64.tar.gz
# RUN rm filebeat-8.8.1-linux-x86_64.tar.gz

# WORKDIR /filebeat/filebeat-8.8.1-linux-x86_64

# RUN ./filebeat modules enable traefik

#COPY config ./
# RUN chmod +x entrypoint.sh
# RUN chmod +x filebeat-start.sh


# ENTRYPOINT ["./entrypoint.sh"]
