template.yaml 909 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. ---
  2. kind: compose
  3. metadata:
  4. icon:
  5. provider: selfh
  6. id: dockge
  7. name: Dockge
  8. description: |-
  9. Dockge is a powerful Docker management platform that simplifies container orchestration and monitoring.
  10. It provides an intuitive web interface to manage Docker containers, images, networks, and volumes with ease.
  11. ## Prerequisites
  12. * **Project:** https://dockge.com/
  13. * **Documentation:** https://docs.dockge.com/
  14. * **GitHub:** https://github.com/dockge/dockge
  15. version: 1.5.0
  16. author: Christian Lempa
  17. date: '2025-09-28'
  18. tags:
  19. - traefik
  20. schema: 1.2
  21. spec:
  22. general:
  23. vars:
  24. service_name:
  25. default: dockge
  26. stacks_path:
  27. type: str
  28. description: Docker Compose Path
  29. default: /opt/stacks
  30. required: true
  31. traefik:
  32. vars:
  33. traefik_host:
  34. default: dockge
  35. ports:
  36. vars:
  37. ports_http:
  38. default: 5001