Remove stoneblock
This commit is contained in:
parent
d15ca9b1cf
commit
a783bf8bda
@ -34,7 +34,6 @@
|
|||||||
- web/sb-mirror.yml
|
- web/sb-mirror.yml
|
||||||
- game/factorio.yml
|
- game/factorio.yml
|
||||||
- game/minecraft-vanilla.yml
|
- game/minecraft-vanilla.yml
|
||||||
- game/minecraft-stoneblock.yml
|
|
||||||
- game/minecraft-aofabric.yml
|
- game/minecraft-aofabric.yml
|
||||||
- game/minecraft-direwolf20.yml
|
- game/minecraft-direwolf20.yml
|
||||||
- game/satisfactory.yml
|
- game/satisfactory.yml
|
||||||
|
@ -1,19 +0,0 @@
|
|||||||
# vim:ft=ansible:
|
|
||||||
- name: docker deploy minecraft - stoneblock
|
|
||||||
docker_container:
|
|
||||||
name: minecraft-stoneblock
|
|
||||||
state: absent
|
|
||||||
image: itzg/minecraft-server:latest
|
|
||||||
restart_policy: unless-stopped
|
|
||||||
pull: yes
|
|
||||||
env:
|
|
||||||
EULA: "true"
|
|
||||||
FTB_MODPACK_ID: "100"
|
|
||||||
TYPE: "FTBA"
|
|
||||||
MEMORY: "8G"
|
|
||||||
ports:
|
|
||||||
- "25566:25565/tcp"
|
|
||||||
- "25566:25565/udp"
|
|
||||||
volumes:
|
|
||||||
- /data/minecraft/stoneblock:/data
|
|
||||||
tags: [ docker, minecraft, stoneblock ]
|
|
Loading…
Reference in New Issue
Block a user