.
This commit is contained in:
commit
dede9ce18d
21 changed files with 485 additions and 0 deletions
22
jobs/velocity.nomad.hcl
Normal file
22
jobs/velocity.nomad.hcl
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
job "velocity" {
|
||||
type = "service"
|
||||
|
||||
group "proxy" {
|
||||
network {
|
||||
port "minecraft" {
|
||||
static = 25565
|
||||
}
|
||||
}
|
||||
|
||||
task "velocity" {
|
||||
driver = "docker"
|
||||
config {
|
||||
image = "scrow/velocity:local"
|
||||
}
|
||||
resources {
|
||||
cpu = 2000
|
||||
memory = 1000
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue