Compare commits

..

No commits in common. "9eb278d7c406fae2443c4c78aa38c1b29c78ac65" and "2c8d3b9c8f253dc66ecf1016f653df62cd572906" have entirely different histories.

2 changed files with 0 additions and 22 deletions

View File

@ -36,7 +36,6 @@
- game/factorio.yml
- game/minecraft-create-extra.yml
- game/minecraft-vanilla.yml
- game/minecraft-prominence2.yml
- game/satisfactory.yml
- game/zomboid.yml
tags: [ always ]

View File

@ -1,21 +0,0 @@
# vim:ft=ansible:
- name: docker deploy minecraft - prominence 2
docker_container:
name: minecraft-prominence
state: started
image: itzg/minecraft-server:latest
restart_policy: unless-stopped
pull: yes
env:
EULA: "true"
CF_SERVER_MOD: "/modpacks/1.20.1-prominence2-1.3.5/server.zip"
TYPE: "CURSEFORGE"
MEMORY: "6G"
ports:
- "25565:25565/tcp"
- "25565:25565/udp"
- "24454:24454/udp"
volumes:
- /data/srv/packs:/modpacks
- /data/minecraft/prominence:/data
tags: [ docker, minecraft, prominence, prom ]