template.yaml 1.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. ---
  2. kind: compose
  3. metadata:
  4. icon:
  5. provider: selfh
  6. id: portainer
  7. name: Portainer
  8. description: |-
  9. Portainer is a powerful and user-friendly management tool for Docker and Kubernetes environments.
  10. It provides a simple web-based interface to manage containers, images, networks, and volumes,
  11. making it easier to deploy and monitor applications.
  12. ## References
  13. - **Project:** https://www.portainer.io/
  14. - **Documentation:** https://docs.portainer.io/
  15. - **GitHub:** https://github.com/portainer/portainer
  16. version: 2.37.0-alpine
  17. author: Christian Lempa
  18. date: '2025-12-12'
  19. tags:
  20. - traefik
  21. - swarm
  22. - volumes
  23. spec:
  24. general:
  25. vars:
  26. service_name:
  27. default: portainer
  28. ports:
  29. vars:
  30. ports_http:
  31. default: 9000
  32. ports_https:
  33. default: 9443
  34. ports_edge:
  35. description: "Host port for Edge agent (8000)"
  36. type: int
  37. default: 8000
  38. required: true
  39. traefik:
  40. vars:
  41. traefik_host:
  42. default: portainer