template.yaml 1.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  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.35.0-alpine
  17. author: Christian Lempa
  18. date: '2025-10-31'
  19. tags:
  20. - traefik
  21. - swarm
  22. - volumes
  23. schema: 1.2
  24. spec:
  25. general:
  26. vars:
  27. service_name:
  28. default: portainer
  29. ports:
  30. vars:
  31. ports_http:
  32. default: 9000
  33. ports_https:
  34. default: 9443
  35. ports_edge:
  36. description: "Host port for Edge agent (8000)"
  37. type: int
  38. default: 8000
  39. required: true
  40. traefik:
  41. vars:
  42. traefik_host:
  43. default: portainer