add changes to push files to server
Deploy to Production / deploy-to-production (push) Successful in 28s

This commit is contained in:
zardzul
2026-02-20 18:04:00 +01:00
parent f704208500
commit 155b623901
5 changed files with 40 additions and 61 deletions
+10
View File
@@ -0,0 +1,10 @@
services:
ironveil:
build: .
container_name: ironveil
volumes:
- ./world:/server/world
ports:
- "25565:25565"
- "25575:25575"
restart: unless-stopped