demo/digitalocean: use redis
This commit is contained in:
parent
2bb468bedf
commit
cf76f2a697
|
@ -4,11 +4,11 @@ job "bench" {
|
|||
group "cache" {
|
||||
count = 10000
|
||||
|
||||
task "hello-world" {
|
||||
task "redis" {
|
||||
driver = "docker"
|
||||
|
||||
config {
|
||||
image = "hello-world"
|
||||
image = "redis"
|
||||
}
|
||||
|
||||
resources {
|
||||
|
|
Loading…
Reference in New Issue