mirror of
https://github.com/Dokploy/templates.git
synced 2026-07-08 07:25:23 +02:00
feat: add Dockge template (#949)
Co-authored-by: Rohit Mulani <289630555+rohitmulani63-ops@users.noreply.github.com>
This commit is contained in:
16
blueprints/dockge/docker-compose.yml
Normal file
16
blueprints/dockge/docker-compose.yml
Normal 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:
|
||||
5
blueprints/dockge/dockge.svg
Normal file
5
blueprints/dockge/dockge.svg
Normal 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 |
11
blueprints/dockge/template.toml
Normal file
11
blueprints/dockge/template.toml
Normal file
@@ -0,0 +1,11 @@
|
||||
[variables]
|
||||
main_domain = "${domain}"
|
||||
|
||||
[config]
|
||||
env = {}
|
||||
mounts = []
|
||||
|
||||
[[config.domains]]
|
||||
serviceName = "dockge"
|
||||
port = 5001
|
||||
host = "${main_domain}"
|
||||
17
meta.json
17
meta.json
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user