| 123456789101112131415161718192021222324252627282930313233343536373839404142 |
- ---
- kind: compose
- metadata:
- icon:
- provider: selfh
- id: portainer
- name: Portainer
- description: |-
- Portainer is a powerful and user-friendly management tool for Docker and Kubernetes environments.
- It provides a simple web-based interface to manage containers, images, networks, and volumes,
- making it easier to deploy and monitor applications.
- ## References
- - **Project:** https://www.portainer.io/
- - **Documentation:** https://docs.portainer.io/
- - **GitHub:** https://github.com/portainer/portainer
- version: 2.37.0-alpine
- author: Christian Lempa
- date: '2025-12-12'
- tags:
- - traefik
- - swarm
- - volumes
- spec:
- general:
- vars:
- service_name:
- default: portainer
- ports:
- vars:
- ports_http:
- default: 9000
- ports_https:
- default: 9443
- ports_edge:
- description: "Host port for Edge agent (8000)"
- type: int
- default: 8000
- required: true
- traefik:
- vars:
- traefik_host:
- default: portainer
|