Sign inSign up

tinawng/pocketbase

By tinawng

Updated 12 days ago

PocketBase latest and smallest docker image for x64 and arm64 (unofficial)

Image
Developer tools
Content management system
Databases & storage
0

2.6K

tinawng/pocketbase repository overview

PocketBase latest docker image for x64 and arm64 (unofficial)

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:

Tag summary

Content type

Image

Digest

sha256:78a9c2cd4

Size

15.9 MB

Last updated

12 days ago

docker pull tinawng/pocketbase