PocketBase latest and smallest docker image for x64 and arm64 (unofficial)
2.6K
Can be use in your docker compose like so (this is just an example):
services:
pocketbase:
image: tinawng/pocketbase:latest
pull_policy: always
restart: unless-stopped
volumes:
- pb-data:/pb/pb_data
- pb-hooks:/pb/pb_hooks
- pb-public:/pb/pb_public
environment:
- SOME_SECRET_KEY=xxxxxxxxxxxxxx
command: ["--http=0.0.0.0:8080", "--origins=https://site-one.com,https://site-two.com"]
ports:
- 8080:8080
volumes:
pb-hooks:
pb-public:
Content type
Image
Digest
sha256:78a9c2cd4…
Size
15.9 MB
Last updated
12 days ago
docker pull tinawng/pocketbase