esc
Type to search the docs
Back to catalog

pocketbase

Tested

Real-time backend in a single Go binary with embedded SQLite

Run locally

Tested and verified to launch successfully.

Terminal
$ npx launchfile up pocketbase

Requires Docker Desktop. No source code needed — pulls pre-built images and starts pocketbase with all dependencies.

Image: ghcr.io/muchobien/pocketbase:latest
Launchfile View on GitHub
# yaml-language-server: $schema=https://launchfile.dev/schema/v1
version: launch/v1
name: pocketbase
description: "Real-time backend in a single Go binary with embedded SQLite"
repository: https://github.com/pocketbase/pocketbase
logo: https://raw.githubusercontent.com/pocketbase/pocketbase/master/ui/public/images/logo.svg

image: ghcr.io/muchobien/pocketbase:latest
provides:
  - protocol: http
    port: 8090
    exposed: true
storage:
  data:
    path: /pb_data
    persistent: true
health: /api/health
restart: always

Test Results

Last Tested

2026-04-08

Health Check

Passing

Startup Time

6s

Total Disk

40 MB

Learn More

Spec references for features used in this Launchfile.

Related Apps

© 2026 High Bridge Enterprises AB