template.yaml 1.1 KB

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