Add minecraft service monitoring and change paper to vanilla
This commit is contained in:
parent
c6c47cb2b5
commit
22023e9b01
2 changed files with 8 additions and 1 deletions
|
@ -37,7 +37,7 @@ minecraft_3_env:
|
||||||
SPAWN_NPCS: true
|
SPAWN_NPCS: true
|
||||||
SPAWN_PROTECTION: 0
|
SPAWN_PROTECTION: 0
|
||||||
SYNC_CHUNK_WRITES: true
|
SYNC_CHUNK_WRITES: true
|
||||||
TYPE: PAPER
|
TYPE: VANILLA
|
||||||
ONLINE_MODE: true
|
ONLINE_MODE: true
|
||||||
OP_PERMISSION_LEVEL: 4
|
OP_PERMISSION_LEVEL: 4
|
||||||
OPS: "{{ vault_minecraft_3.ops }}"
|
OPS: "{{ vault_minecraft_3.ops }}"
|
||||||
|
|
|
@ -412,6 +412,13 @@ services = {
|
||||||
type = "firewall"
|
type = "firewall"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
monitoring = {
|
||||||
|
url = "tcp://minecraft.serguzim.me:25565"
|
||||||
|
group = "4-services"
|
||||||
|
conditions = [
|
||||||
|
"[CONNECTED] == true"
|
||||||
|
]
|
||||||
|
}
|
||||||
backup = [{
|
backup = [{
|
||||||
name = "minecraft_3_data"
|
name = "minecraft_3_data"
|
||||||
type = "docker"
|
type = "docker"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue