14 Commits

Author SHA1 Message Date
Dennis Khylkouski
065caff7e7 Switch PocketBase template to adrianmusante/pocketbase image (#487)
* Switch PocketBase template to adrianmusante/pocketbase image

* Removed commented optional encryption_key
2025-11-08 00:10:51 -06:00
Jainil Prajapati
e61f9020db feat(pocketbase): update docker-compose.yml and template configuration (#363)
* feat(pocketbase): update docker-compose.yml and template configuration

- Update PocketBase to use latest version instead of specific version
- Add environment variables for configuration
- Implement named volumes for data persistence
- Improve healthcheck configuration with better parameters
- Add encryption support via environment variable
- Update template.toml to include new configuration options
- Configure proper volume mounts and environment variables
- Set default timezone to Europe/Berlin

* feat(pocketbase): refactor docker-compose and template configuration for improved clarity and consistency
2025-09-20 23:37:27 -06:00
Tillo
2fc9b11bb4 Update Pocketbase docker-compose.yml (#192)
Change the Pocketbase Docker image to a working version in the compose file.
2025-06-24 21:43:44 -06:00
Bakir Gracić
68bef2b208 bump PocketBase version to 0.28.0 (#129) 2025-05-17 03:09:48 -06:00
Bakir Gracić
6ce8ec4533 fix internal path on mounts in docker compose (#124) 2025-05-10 03:35:21 -06:00
Bakir Gracić
a569182366 update pocketbase to 0.27.2 (#117)
* update pocketbase to 0.27.2

* Update blueprints/pocketbase/docker-compose.yml

* Update blueprints/pocketbase/docker-compose.yml

* Update blueprints/pocketbase/docker-compose.yml

---------

Co-authored-by: Mauricio Siu <47042324+Siumauricio@users.noreply.github.com>
2025-05-08 00:28:28 -06:00
Mauricio Siu
3a1f5f7c88 refactor: standardize domain configuration in template files
- Updated the configuration structure in multiple blueprint template files to ensure consistent formatting for 'domains' and 'env' sections.
- Adjusted indentation and alignment for better readability across various templates.
2025-03-30 01:36:48 -06:00
Mauricio Siu
efe26cc173 refactor: remove deprecated YAML template files
- Deleted all 'template.yml' files from various blueprints as part of the transition to TOML format.
- Updated the script to delete the 'template.yml' files instead of converting them to 'template.toml'.
2025-03-30 00:55:40 -06:00
Mauricio Siu
0f16376f98 chore: add yaml and toml dependencies, and create script for converting YAML to TOML
- Added 'yaml' and '@iarna/toml' dependencies in package.json.
- Created a new script.js file to process YAML files and convert them to TOML format.
- Added template.toml files for various blueprints in the blueprints directory.
2025-03-30 00:51:49 -06:00
Mauricio Siu
736503f855 refactor: Standardize template domain configuration to use ${domain} helper 2025-03-10 00:09:22 -06:00
Mauricio Siu
08b572dcae feat: Add extensive collection of application blueprints with Docker Compose configurations 2025-03-09 23:36:58 -06:00
Mauricio Siu
813efefab9 feat: Add comprehensive blueprint collection and project setup 2025-03-09 23:30:52 -06:00
Mauricio Siu
f4450ca57d chore: Clean up comments in Pocketbase template.yml 2025-03-09 17:39:15 -06:00
Mauricio Siu
dc1609a064 Add Plausible and Pocketbase blueprints with Docker Compose and configuration 2025-03-09 17:00:35 -06:00