forked from Deuxfleurs/infrastructure
Merge pull request 'update diplonat image' (#17) from update-diplonat into master
Reviewed-on: Deuxfleurs/deuxfleurs.fr#17
This commit is contained in:
commit
1782570408
1 changed files with 3 additions and 2 deletions
|
@ -9,7 +9,7 @@ job "core" {
|
|||
|
||||
update {
|
||||
max_parallel = 1
|
||||
stagger = "5m"
|
||||
stagger = "1m"
|
||||
}
|
||||
|
||||
group "network" {
|
||||
|
@ -17,9 +17,10 @@ job "core" {
|
|||
driver = "docker"
|
||||
|
||||
config {
|
||||
image = "superboum/amd64_diplonat:v1"
|
||||
image = "darkgallium/amd64_diplonat:v2"
|
||||
network_mode = "host"
|
||||
readonly_rootfs = true
|
||||
privileged = true
|
||||
}
|
||||
|
||||
template {
|
||||
|
|
Loading…
Reference in a new issue