[PR #487] [MERGED] Switch PocketBase template to adrianmusante/pocketbase image #493

Closed
opened 2025-11-22 20:39:43 -06:00 by GiteaMirror · 0 comments
Owner

📋 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: mainHead: fix-pocketbase


📝 Commits (2)

  • 6b74e96 Switch PocketBase template to adrianmusante/pocketbase image
  • 57cc33d Removed 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.

## 📋 Pull Request Information **Original PR:** https://github.com/Dokploy/templates/pull/487 **Author:** [@dennisimoo](https://github.com/dennisimoo) **Created:** 10/29/2025 **Status:** ✅ Merged **Merged:** 11/8/2025 **Merged by:** [@Siumauricio](https://github.com/Siumauricio) **Base:** `main` ← **Head:** `fix-pocketbase` --- ### 📝 Commits (2) - [`6b74e96`](https://github.com/Dokploy/templates/commit/6b74e9687e500fa2ee288812d7a2b4a7ab7137c7) Switch PocketBase template to adrianmusante/pocketbase image - [`57cc33d`](https://github.com/Dokploy/templates/commit/57cc33d532ec06462310e251084836d6a461339d) Removed commented optional encryption_key ### 📊 Changes **2 files changed** (+15 additions, -8 deletions) <details> <summary>View changed files</summary> 📝 `blueprints/pocketbase/docker-compose.yml` (+13 -5) 📝 `blueprints/pocketbase/template.toml` (+2 -3) </details> ### 📄 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 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-22 20:39:43 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/templates#493