Files
compose-anything/src/pocketbase
2025-11-10 19:55:44 +08:00
..
2025-09-24 22:24:11 +08:00
2025-09-23 13:31:31 +08:00
2025-11-10 19:55:44 +08:00
2025-09-24 14:16:10 +08:00
2025-09-24 14:16:10 +08:00

PocketBase

English | 中文

PocketBase is an open source backend consisting of a realtime database, authentication, file storage and more. It can be used as a standalone app or embedded into your Go projects.

Services

  • pocketbase: The PocketBase service.

Configuration

  • PB_VERSION: The version of the PocketBase image, default is 0.30.0.
  • PB_PORT: The host port for PocketBase, default is 8090.
  • PB_ADMIN_EMAIL: The admin email, default is admin@example.com.
  • PB_ADMIN_PASSWORD: The admin password, default is supersecret123.
  • PB_ENCRYPTION: Optional encryption key (32 characters).

Volumes

  • pb_data: A volume for storing PocketBase data.
  • pb_public: Optional public folder.
  • pb_hooks: Optional hooks folder.