template.yaml 367 B

12345678910111213141516171819202122
  1. ---
  2. kind: compose
  3. metadata:
  4. name: PostgreSQL
  5. description: Advanced open-source relational database
  6. version: 0.1.0
  7. author: Christian Lempa
  8. date: '2025-09-28'
  9. tags:
  10. - postgresql
  11. - database
  12. - sql
  13. - relational
  14. spec:
  15. general:
  16. vars:
  17. postgres_version:
  18. type: string
  19. description: PostgreSQL version
  20. default: latest
  21. ---