Get a full-featured backend solution packaged in a single, portable file. This open-source tool provides everything you need to build your application's backend without complex setup or multiple services. It's designed to be ready to use right out of the box, whether you're building a small project or a scalable application.
Its core features include:
Beyond its core features, it is highly extendable. Use it as a standalone application or as a Go framework. You can customize its functionality with Go and JavaScript hooks to create a backend tailored to your specific needs.
services:
pocketbase:
image: adrianmusante/pocketbase:latest
container_name: pocketbase
restart: unless-stopped
ports:
- "8090:8090"
volumes:
- ./pb_data:/pb/pb_data
- ./pb_public:/pb/pb_public
# PocketBase does not require environment variables for basic configuration.
# Admin credentials are created via the web UI on first launch at http://localhost:8090/_/
Auto-fetched about 1 hour ago
Auto-fetched about 1 hour ago