template.yaml 806 B

12345678910111213141516171819202122232425262728293031
  1. ---
  2. kind: compose
  3. metadata:
  4. icon:
  5. provider: selfh
  6. id: mariadb
  7. name: MariaDB
  8. description: |-
  9. MariaDB is a community-developed, commercially supported fork of the MySQL relational database management system.
  10. It's designed to remain free and open-source software under the GNU General Public License.
  11. ## References
  12. * **Project:** https://mariadb.org/
  13. * **Documentation:** https://mariadb.com/kb/en/documentation/
  14. * **GitHub:** https://github.com/MariaDB/server
  15. version: 12.0.2
  16. author: Christian Lempa
  17. date: '2025-09-28'
  18. tags: []
  19. draft: true
  20. spec:
  21. general:
  22. vars:
  23. service_name:
  24. default: mariadb
  25. ports:
  26. vars:
  27. ports_mariadb:
  28. description: "Host port for MariaDB"
  29. type: int
  30. default: 3306
  31. required: true