| 1234567891011121314151617181920212223242526272829303132333435363738 |
- ---
- kind: compose
- metadata:
- icon:
- provider: selfh
- id: dockge
- name: Dockge
- description: |-
- Dockge is a powerful Docker management platform that simplifies container orchestration and monitoring.
- It provides an intuitive web interface to manage Docker containers, images, networks, and volumes with ease.
- ## Prerequisites
- * **Project:** https://dockge.com/
- * **Documentation:** https://docs.dockge.com/
- * **GitHub:** https://github.com/dockge/dockge
- version: 1.5.0
- author: Christian Lempa
- date: '2025-09-28'
- tags:
- - traefik
- schema: 1.2
- spec:
- general:
- vars:
- service_name:
- default: dockge
- stacks_path:
- type: str
- description: Docker Compose Path
- default: /opt/stacks
- required: true
- traefik:
- vars:
- traefik_host:
- default: dockge
- ports:
- vars:
- ports_http:
- default: 5001
|