• Joined on 2025-02-03

brainserve (latest)

Published 2026-03-15 20:00:56 +00:00 by logan

Installation

docker pull git.ljones.me/logan/brainserve:latest
sha256:f009f0f43d9057204d0698ef3142cdf4ccbab899e4dadf213762fded8fb48024

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 tzdata # buildkit
WORKDIR /app
COPY /app/brainserve . # buildkit
COPY /app/config.example.yaml ./config.example.yaml # buildkit
COPY /app/config/agents/ ./config/agents/ # buildkit
EXPOSE [8080/tcp]
VOLUME [/app/data]
ENTRYPOINT ["/app/brainserve"]
Details
Container
2026-03-15 20:00:56 +00:00
25
OCI / Docker
linux/amd64
15 MiB
Versions (1) View all
latest 2026-03-15