3 Commits

Author SHA1 Message Date
zardzul d734294058 Update docker-compose.yml
Deploy to Production / deploy-to-production (push) Successful in 38s
2026-02-24 16:49:30 +00:00
zardzul 6179b33497 Update Dockerfile 2026-02-24 16:49:00 +00:00
zardzul ebbec2d238 add force rebuild
Deploy to Production / deploy-to-production (push) Successful in 23s
Restart Server / restart-server (push) Successful in 19s
2026-02-20 18:13:10 +01:00
3 changed files with 5 additions and 1 deletions
+1 -1
View File
@@ -30,4 +30,4 @@ jobs:
script: |
cd minecraft-server-ironveil
docker compose pull
docker compose up -d --force-recreate
docker compose up -d --force-recreate --build
+3
View File
@@ -19,5 +19,8 @@ EXPOSE 25565
# Expose the default Minecraft RCON port (25575)
EXPOSE 25575
# Expose dynmap port
EXPOSE 8123
# Start the server using run.sh
ENTRYPOINT ["/server/run.sh"]
+1
View File
@@ -7,4 +7,5 @@ services:
ports:
- "5101:25565"
- "5201:25575"
- "5301:8123" # dynmap
restart: unless-stopped