Commit Graph

3 Commits

Author SHA1 Message Date
Jonathan Gotti
2d5a878cfe
♻️ Refacto minio template (#65)
* ♻️ Refacto minio template

- add random password generation
- forward port 9000 and expose 9001 through traefik
- add some comments to add some volume setting info

* 🔧 Remove domain config for port 9000

- 🐛 Fix redirection loop by adding MINIO_BROWSER_REDIRECT=false
2025-05-07 01:11:24 -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
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