template.yaml 897 B

12345678910111213141516171819202122232425262728293031323334353637
  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. spec:
  21. general:
  22. vars:
  23. service_name:
  24. default: dockge
  25. stacks_path:
  26. type: str
  27. description: Docker Compose Path
  28. default: /opt/stacks
  29. required: true
  30. traefik:
  31. vars:
  32. traefik_host:
  33. default: dockge
  34. ports:
  35. vars:
  36. ports_http:
  37. default: 5001