merge existing configs
This commit is contained in:
parent
1f1474aeed
commit
af6901025f
2 changed files with 6 additions and 1 deletions
|
@ -146,6 +146,9 @@ job "minecraft" {
|
|||
port "mc-olim909-rcon" {
|
||||
to = 25575
|
||||
}
|
||||
port "mc-olim909-geyser" {
|
||||
to = 19132
|
||||
}
|
||||
}
|
||||
|
||||
service {
|
||||
|
@ -157,7 +160,7 @@ job "minecraft" {
|
|||
|
||||
config {
|
||||
image = "itzg/minecraft-server"
|
||||
ports = ["mc-olim909-port","mc-olim909-rcon"]
|
||||
ports = ["mc-olim909-port","mc-olim909-rcon","mc-olim909-geyser"]
|
||||
|
||||
volumes = [
|
||||
"/storage/nomad/${NOMAD_TASK_NAME}:/data"
|
||||
|
|
|
@ -52,6 +52,8 @@ config:
|
|||
backend: vanilla-mc.service.consul:25567
|
||||
- host: olim909.rb.dcu.ie
|
||||
backend: olim909-mc.service.consul:25568
|
||||
- host: olim909-geyser.rb.dcu.ie
|
||||
backend: olim909-mc.service.consul:19132
|
||||
- host: fugatives.rb.dcu.ie
|
||||
backend: fugatives-mc.service.consul:25570
|
||||
- host: regaus.rb.dcu.ie
|
||||
|
|
Loading…
Reference in a new issue