Commit Graph

7 Commits

Author SHA1 Message Date
Mauricio Siu
8d0ad0a6fc Remove unnecessary blank line in ackee docker-compose.yml 2025-11-28 01:50:21 -06:00
Mauricio Siu
820cd31362 Remove unnecessary blank line in ackee docker-compose.yml 2025-11-28 01:47:25 -06:00
0xkatana
064ce18f37 fix(ackee-template): fix missing mongo init db username that causes the app the db to crash (#366) 2025-09-20 23:28:12 -06:00
Mauricio Siu
60c1c62264 Refactor README and Ackee template.toml to use TOML format
- Updated README.md to replace YAML configuration with TOML format for clarity and consistency.
- Modified the Ackee template.toml to correct the host variable from `${main_domain}` to `${domain}` for accurate configuration.
2025-03-30 13:09:45 -06:00
Mauricio Siu
996600bf55 Update Ackee Docker Compose to include MongoDB data volume
- Added a volume for MongoDB to persist data across container restarts.
- Cleaned up the Docker Compose file by removing unnecessary blank lines.
2025-03-30 13:05:13 -06:00
Mauricio Siu
2b6d0cb694 Add MongoDB root password variable to Ackee template.toml
- Added MONGO_INITDB_ROOT_PASSWORD to the configuration for improved security and setup flexibility.
2025-03-30 13:02:46 -06:00
Mauricio Siu
722ce8ca2e Add Ackee blueprint with Docker Compose and configuration files
- Introduced Docker Compose setup for Ackee service and MongoDB.
- Added logo for Ackee.
- Created template.toml for Ackee configuration with default variables.
2025-03-30 12:59:48 -06:00