Remove prominence 2
This commit is contained in:
parent
395d51cabc
commit
d15ca9b1cf
@ -34,7 +34,6 @@
|
||||
- web/sb-mirror.yml
|
||||
- game/factorio.yml
|
||||
- game/minecraft-vanilla.yml
|
||||
- game/minecraft-prominence2.yml
|
||||
- game/minecraft-stoneblock.yml
|
||||
- game/minecraft-aofabric.yml
|
||||
- game/minecraft-direwolf20.yml
|
||||
|
@ -1,21 +0,0 @@
|
||||
# vim:ft=ansible:
|
||||
- name: docker deploy minecraft - prominence 2
|
||||
docker_container:
|
||||
name: minecraft-prominence
|
||||
state: absent
|
||||
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: "8G"
|
||||
ports:
|
||||
- "25565:25565/tcp"
|
||||
- "25565:25565/udp"
|
||||
- "24454:24454/udp"
|
||||
volumes:
|
||||
- /data/srv/packs:/modpacks
|
||||
- /data/minecraft/prominence:/data
|
||||
tags: [ docker, minecraft, prominence, prom ]
|
Loading…
Reference in New Issue
Block a user