feedmon (production)
Published 2026-03-13 18:50:50 -04:00 by colin
Installation
docker pull git.nixc.us/colin/feedmon:productionsha256:b1e2c253511898793d2e4d985f2fb71f27169ecb3b33dd8c7fc2960c07e7592aImage Layers
| # debian.sh --arch 'amd64' out/ 'bookworm' '@1771804800' |
| RUN /bin/sh -c apt-get update && apt-get install -y --no-install-recommends ca-certificates && rm -rf /var/lib/apt/lists/* # buildkit |
| WORKDIR /app |
| COPY /app/feedmon ./feedmon # buildkit |
| COPY /app/static ./static # buildkit |
| ENV FEEDMON_PORT=8080 FEEDMON_DB=/data/feedmon.db FEEDMON_BERT_URL=http://bert:8081 |
| EXPOSE map[8080/tcp:{}] |
| VOLUME [/data] |
| CMD ["./feedmon"] |
Labels
| Key | Value |
|---|---|
| com.docker.compose.project | feedmon |
| com.docker.compose.service | feedmon |
| com.docker.compose.version | 5.1.0 |
Details
2026-03-13 18:50:50 -04:00
Versions (2)
View all
Container
152
OCI / Docker
linux/amd64
44 MiB
production
2026-03-13
production-feedmon
2026-03-11