Update minecraft
This commit is contained in:
parent
ff937116d4
commit
ed626e0cb0
@ -39,7 +39,7 @@
|
|||||||
- game/minecraft-vanilla.yml
|
- game/minecraft-vanilla.yml
|
||||||
- game/minecraft-prominence2.yml
|
- game/minecraft-prominence2.yml
|
||||||
- game/minecraft-stoneblock.yml
|
- game/minecraft-stoneblock.yml
|
||||||
- game/minecraft-aoforion.yml
|
- game/minecraft-aofabric.yml
|
||||||
- game/palworld.yml
|
- game/palworld.yml
|
||||||
- game/satisfactory.yml
|
- game/satisfactory.yml
|
||||||
- game/zomboid.yml
|
- game/zomboid.yml
|
||||||
|
@ -1,21 +1,21 @@
|
|||||||
# vim:ft=ansible:
|
# vim:ft=ansible:
|
||||||
- name: docker deploy minecraft - all of fabric orion
|
- name: docker deploy minecraft - all the fabric
|
||||||
docker_container:
|
docker_container:
|
||||||
name: minecraft-aoforion
|
name: minecraft-aofabric
|
||||||
state: started
|
state: started
|
||||||
image: itzg/minecraft-server:latest
|
image: itzg/minecraft-server:latest
|
||||||
restart_policy: unless-stopped
|
restart_policy: unless-stopped
|
||||||
pull: yes
|
pull: yes
|
||||||
env:
|
env:
|
||||||
EULA: "true"
|
EULA: "true"
|
||||||
MODRINTH_PROJECT: "https://modrinth.com/modpack/all-of-fabric/version/1.0.1"
|
MODRINTH_PROJECT: "https://modrinth.com/modpack/all-the-fabric-5/version/v5.4"
|
||||||
TYPE: "MODRINTH"
|
TYPE: "MODRINTH"
|
||||||
VERSION: "1.19.2"
|
VERSION: "1.20.1"
|
||||||
MAX_MEMORY: "8G"
|
MAX_MEMORY: "8G"
|
||||||
ports:
|
ports:
|
||||||
- "25565:25565/tcp"
|
- "25565:25565/tcp"
|
||||||
- "25565:25565/udp"
|
- "25565:25565/udp"
|
||||||
- "24454:24454/udp"
|
- "24454:24454/udp"
|
||||||
volumes:
|
volumes:
|
||||||
- /data/minecraft/aoforion:/data
|
- /data/minecraft/aofabric:/data
|
||||||
tags: [ docker, minecraft ]
|
tags: [ docker, minecraft ]
|
Loading…
Reference in New Issue
Block a user