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.
# compose 2+
docker compose buildFork -> Patch -> Push -> Pull Request