Note
In active development
This project serves as an exploration to pocketbase and template for using pocketbase integrated with other extra components.
The components included are:
- Pocketbase - The main application
- Observability Stack:
You can start this project by using the docker compose option. It will start all the components including the app and observability stack. You can simply run:
docker compose up --build -d
In result, the pocketbase app admin page will be available in http://localhost:8090/_/. Meanwhile, the Jaeger client will be available at http://localhost:16686, Prometheus will be available at http://localhost:9090 and the Grafana will be available at http://localhost:3000.