mirror of
https://github.com/Dokploy/templates
synced 2025-06-26 18:16:07 +00:00
feat: add Lodestone
This commit is contained in:
21
blueprints/lodestone/docker-compose.yml
Normal file
21
blueprints/lodestone/docker-compose.yml
Normal file
@@ -0,0 +1,21 @@
|
|||||||
|
version: '3.8'
|
||||||
|
|
||||||
|
services:
|
||||||
|
lodestone:
|
||||||
|
image: ghcr.io/lodestone-team/lodestone_core
|
||||||
|
container_name: lodestone
|
||||||
|
ports:
|
||||||
|
- "16662:16662"
|
||||||
|
- "25565-25590:25565-25590"
|
||||||
|
volumes:
|
||||||
|
- lodestone:/home/user/.lodestone
|
||||||
|
restart: unless-stopped
|
||||||
|
|
||||||
|
lodestone_dashboard:
|
||||||
|
image: ghcr.io/lodestone-team/lodestone_dashboard:v0.5.1
|
||||||
|
container_name: lodestone_dashboard
|
||||||
|
restart: always
|
||||||
|
|
||||||
|
volumes:
|
||||||
|
lodestone:
|
||||||
|
driver: local
|
||||||
BIN
blueprints/lodestone/lodestone.png
Normal file
BIN
blueprints/lodestone/lodestone.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 11 KiB |
11
blueprints/lodestone/template.toml
Normal file
11
blueprints/lodestone/template.toml
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
[variables]
|
||||||
|
main_domain = "${domain}"
|
||||||
|
|
||||||
|
[config]
|
||||||
|
env = {}
|
||||||
|
mounts = []
|
||||||
|
|
||||||
|
[[config.domains]]
|
||||||
|
serviceName = "lodestone_dashboard"
|
||||||
|
port = 80
|
||||||
|
host = "${main_domain}"
|
||||||
15
meta.json
15
meta.json
@@ -210,6 +210,21 @@
|
|||||||
"cms"
|
"cms"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"id": "lodestone",
|
||||||
|
"name": "Lodestone",
|
||||||
|
"version": "0.5.1",
|
||||||
|
"description": "A free, open source server hosting tool for Minecraft and other multiplayers games.",
|
||||||
|
"logo": "lodestone.png",
|
||||||
|
"links": {
|
||||||
|
"github": "https://github.com/Lodestone-Team/lodestone",
|
||||||
|
"website": "https://lodestone.cc",
|
||||||
|
"docs": "https://github.com/Lodestone-Team/lodestone/wiki"
|
||||||
|
},
|
||||||
|
"tags": [
|
||||||
|
"minecraft"
|
||||||
|
]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"id": "uptime-kuma",
|
"id": "uptime-kuma",
|
||||||
"name": "Uptime Kuma",
|
"name": "Uptime Kuma",
|
||||||
|
|||||||
Reference in New Issue
Block a user