Remove aofabric
This commit is contained in:
parent
a783bf8bda
commit
e592402c40
@ -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
|
||||
|
@ -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 ]
|
Loading…
Reference in New Issue
Block a user