Remove aofabric

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

View File

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

View File

@ -1,21 +0,0 @@
# vim:ft=ansible:
- name: docker deploy minecraft - all the fabric
docker_container:
name: minecraft-aofabric
state: absent
image: itzg/minecraft-server:latest
restart_policy: unless-stopped
pull: yes
env:
EULA: "true"
MODRINTH_PROJECT: "https://modrinth.com/modpack/all-the-fabric-5/version/v5.4"
TYPE: "MODRINTH"
VERSION: "1.20.1"
MAX_MEMORY: "8G"
ports:
- "25565:25565/tcp"
- "25565:25565/udp"
- "24454:24454/udp"
volumes:
- /data/minecraft/aofabric:/data
tags: [ docker, minecraft ]