forked from Deuxfleurs/infrastructure
Update bottin; remove drone runner
This commit is contained in:
parent
d67a6c363a
commit
e197429531
2 changed files with 3 additions and 1 deletions
|
@ -21,7 +21,7 @@ job "directory" {
|
|||
task "bottin" {
|
||||
driver = "docker"
|
||||
config {
|
||||
image = "lxpz/bottin_amd64:20"
|
||||
image = "lxpz/bottin_amd64:21"
|
||||
network_mode = "host"
|
||||
readonly_rootfs = true
|
||||
ports = [ "ldap_port" ]
|
||||
|
|
|
@ -79,6 +79,7 @@ EOH
|
|||
}
|
||||
}
|
||||
|
||||
/*
|
||||
group "runner" {
|
||||
count = 3
|
||||
|
||||
|
@ -120,4 +121,5 @@ EOH
|
|||
}
|
||||
}
|
||||
}
|
||||
*/
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue