Block a user
wanderer-db (sha256:a20d75ad451d8f6f29036c237805d32a05a5502c6a68755c523195c76cf6fc36)
Published 2025-12-14 23:41:04 +00:00 by eric
Installation
docker pull git.ericxliu.me/eric/wanderer-db@sha256:a20d75ad451d8f6f29036c237805d32a05a5502c6a68755c523195c76cf6fc36sha256:a20d75ad451d8f6f29036c237805d32a05a5502c6a68755c523195c76cf6fc36Image Layers
| ADD alpine-minirootfs-3.19.9-x86_64.tar.gz / # buildkit |
| CMD ["/bin/sh"] |
| WORKDIR / |
| COPY migrations ./migrations # buildkit |
| COPY templates ./templates # buildkit |
| ARG TARGETARCH=amd64 |
| RUN |1 TARGETARCH=amd64 /bin/sh -c echo ${TARGETARCH} # buildkit |
| COPY ./pocketbase_amd64 /pocketbase # buildkit |
| RUN |1 TARGETARCH=amd64 /bin/sh -c chmod +x /pocketbase # buildkit |
| ENV MEILI_URL=http://localhost:7700 |
| ENV MEILI_MASTER_KEY= |
| EXPOSE [8090/tcp] |
| ENTRYPOINT ["/pocketbase" "serve" "--http=0.0.0.0:8090" "--dir=/pb_data"] |
Details
2025-12-14 23:41:04 +00:00
Versions (3)
View all
Container
1
OCI / Docker
linux/amd64
26 MiB