19 lines
268 B
HCL
19 lines
268 B
HCL
job "binstore-storagelocker" {
|
|
group "binsl" {
|
|
count = 5
|
|
|
|
task "binstore" {
|
|
driver = "docker"
|
|
|
|
config {
|
|
image = "hashicorp/image"
|
|
privileged = "false"
|
|
foo = "bar"
|
|
}
|
|
|
|
resources {
|
|
}
|
|
}
|
|
}
|
|
}
|