initial creation of new config type

This commit is contained in:
zardzul
2026-02-10 21:12:14 +01:00
parent a0b21c3292
commit e85fff565e
22 changed files with 167 additions and 73 deletions
+10
View File
@@ -0,0 +1,10 @@
services:
ironveil:
image: ironveil:latest
container_name: ironveil
volumes:
- ./world:/server/world
ports:
- "25565:25565"
- "25575:25575"
restart: unless-stopped