Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 889 Bytes

File metadata and controls

29 lines (21 loc) · 889 Bytes

PocketBase - open source backend in 1 file

PocketBase is an open source Go backend, consisting of:

  • embedded database (SQLite) with realtime subscriptions
  • built-in files and users management
  • convenient Admin dashboard UI
  • and simple REST-ish API

For documentation and examples, please visit https://pocketbase.io/docs.

Warning

This repository only contains the Docker files and it's boilerplate for your own PocketBase based application. If you want to use PocketBase, please visit https://pocketbase.io and follow the instructions there.

Installation

# compose 2+
docker compose build

Contributing

Fork -> Patch -> Push -> Pull Request