mirror of
https://github.com/Dokploy/templates.git
synced 2026-03-12 10:05:25 -05:00
[PR #487] [MERGED] Switch PocketBase template to adrianmusante/pocketbase image #493
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/Dokploy/templates/pull/487
Author: @dennisimoo
Created: 10/29/2025
Status: ✅ Merged
Merged: 11/8/2025
Merged by: @Siumauricio
Base:
main← Head:fix-pocketbase📝 Commits (2)
6b74e96Switch PocketBase template to adrianmusante/pocketbase image57cc33dRemoved commented optional encryption_key📊 Changes
2 files changed (+15 additions, -8 deletions)
View changed files
📝
blueprints/pocketbase/docker-compose.yml(+13 -5)📝
blueprints/pocketbase/template.toml(+2 -3)📄 Description
Switched PocketBase to adrianmusante/pocketbase image for proper admin credential setup
The previous elestio/pocketbase image did not support configuring the admin email and password through Docker Compose environment variables.
Replaced it with adrianmusante/pocketbase, which fully supports the POCKETBASE_ADMIN_EMAIL and POCKETBASE_ADMIN_PASSWORD variables, enabling automated admin user creation.
Additional changes:
Updated volume paths for clarity and consistency.
Added optional encryption key support.
Included helpful setup comments to guide users through configuration.
Fixed: https://github.com/Dokploy/templates/issues/482
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.