Remove stoneblock

This commit is contained in:
Salt 2024-05-21 18:50:21 -05:00
parent d15ca9b1cf
commit a783bf8bda
2 changed files with 0 additions and 20 deletions

View File

@ -34,7 +34,6 @@
- web/sb-mirror.yml
- game/factorio.yml
- game/minecraft-vanilla.yml
- game/minecraft-stoneblock.yml
- game/minecraft-aofabric.yml
- game/minecraft-direwolf20.yml
- game/satisfactory.yml

View File

@ -1,19 +0,0 @@
# vim:ft=ansible:
- name: docker deploy minecraft - stoneblock
docker_container:
name: minecraft-stoneblock
state: absent
image: itzg/minecraft-server:latest
restart_policy: unless-stopped
pull: yes
env:
EULA: "true"
FTB_MODPACK_ID: "100"
TYPE: "FTBA"
MEMORY: "8G"
ports:
- "25566:25565/tcp"
- "25566:25565/udp"
volumes:
- /data/minecraft/stoneblock:/data
tags: [ docker, minecraft, stoneblock ]