Block a user
autopostie (latest)
Published 2026-03-15 20:01:46 +01:00 by laurent
Installation
docker pull forge.dilain.com/laurent/autopostie:latestsha256:5b42c6691943041c4c8aa13f47969d03783798f0072a76b0b5e0cfc0645fcfeb
Image Layers
| ADD alpine-minirootfs-3.21.6-x86_64.tar.gz / # buildkit |
| CMD ["/bin/sh"] |
| RUN /bin/sh -c apk add --no-cache ca-certificates mediainfo # buildkit |
| COPY /app/autopostie /usr/local/bin/autopostie # buildkit |
| VOLUME [/data /config] |
| EXPOSE map[3000/tcp:{}] |
| ENV AUTOPOSTIE_CONFIG=/config/config.yml |
| CMD ["autopostie" "serve"] |