mirror of
https://github.com/Dokploy/templates
synced 2025-06-26 18:16:07 +00:00
19 lines
384 B
YAML
19 lines
384 B
YAML
version: '3.8'
|
|
|
|
services:
|
|
lodestone:
|
|
image: ghcr.io/lodestone-team/lodestone_core
|
|
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
|
|
restart: always
|
|
|
|
volumes:
|
|
lodestone:
|
|
driver: local |