feat: add Dockge template (#949)

Co-authored-by: Rohit Mulani <289630555+rohitmulani63-ops@users.noreply.github.com>
This commit is contained in:
Rohit Mulani
2026-07-07 23:13:20 +04:00
committed by GitHub
parent 5f037d3e6b
commit c3ed7d9296
4 changed files with 49 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
services:
dockge:
image: louislam/dockge:1
restart: unless-stopped
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- dockge_data:/app/data
- dockge_stacks:/opt/stacks
environment:
DOCKGE_STACKS_DIR: /opt/stacks
ports:
- "5001"
volumes:
dockge_data:
dockge_stacks:

View File

@@ -0,0 +1,5 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 128 128">
<rect width="128" height="128" rx="28" fill="#101828"/>
<circle cx="64" cy="64" r="34" fill="#38bdf8" opacity="0.92"/>
<text x="64" y="74" text-anchor="middle" font-family="Arial, sans-serif" font-size="30" font-weight="700" fill="#ffffff">D</text>
</svg>

After

Width:  |  Height:  |  Size: 325 B

View File

@@ -0,0 +1,11 @@
[variables]
main_domain = "${domain}"
[config]
env = {}
mounts = []
[[config.domains]]
serviceName = "dockge"
port = 5001
host = "${main_domain}"

View File

@@ -1851,6 +1851,23 @@
"discussion"
]
},
{
"id": "dockge",
"name": "Dockge",
"version": "1",
"description": "Dockge is a reactive, self-hosted Docker Compose stack manager from the creator of Uptime Kuma.",
"logo": "dockge.svg",
"links": {
"github": "https://github.com/louislam/dockge",
"website": "https://dockge.kuma.pet/",
"docs": "https://github.com/louislam/dockge"
},
"tags": [
"docker",
"compose",
"management"
]
},
{
"id": "docling-serve",
"name": "Docling Serve",