add the files

This commit is contained in:
2026-04-19 11:08:20 -07:00
commit 6bcadb4138
12 changed files with 297 additions and 0 deletions
+22
View File
@@ -0,0 +1,22 @@
---
services:
minecraft:
image: eclipse-temurin:21-jre-noble
container_name: minecraft
user: 1000:1000
ports:
- 25565:25565
- 100.70.0.2:48100:8100
volumes:
- /srv/minecraft/main/:/app
working_dir: /app
command: ["/usr/bin/bash", "/app/start.sh"]
stdin_open: true
tty: true
networks:
- caddy
networks:
caddy:
name: "caddy"
external: true