Add back create farming

Oh shit this was never in VC
This commit is contained in:
Salt 2024-05-21 18:52:33 -05:00
parent e592402c40
commit 2b0160e57a

View File

@ -0,0 +1,21 @@
# vim:ft=ansible:
- name: docker deploy minecraft - create farming and delights
docker_container:
name: minecraft-createfarming
state: started
image: itzg/minecraft-server:latest
restart_policy: unless-stopped
pull: yes
env:
EULA: "true"
MODRINTH_PROJECT: "https://modrinth.com/modpack/create-farmersdelight/version/1.0.0"
TYPE: "MODRINTH"
VERSION: "1.20.1"
MAX_MEMORY: "6G"
ports:
- "25565:25565/tcp"
- "25565:25565/udp"
- "24454:24454/udp"
volumes:
- /data/minecraft/createfarming:/data
tags: [ docker, minecraft ]