forked from Deuxfleurs/nixcfg
update albatros
This commit is contained in:
parent
8b67c48c52
commit
6fe8ef6eed
1 changed files with 7 additions and 1 deletions
|
@ -8,6 +8,12 @@ job "albatros" {
|
||||||
value = "amd64"
|
value = "amd64"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
constraint {
|
||||||
|
attribute = "${attr.unique.hostname}"
|
||||||
|
operator = "!="
|
||||||
|
value = "caribou"
|
||||||
|
}
|
||||||
|
|
||||||
group "main" {
|
group "main" {
|
||||||
network {
|
network {
|
||||||
port "http" { to = 8080 }
|
port "http" { to = 8080 }
|
||||||
|
@ -16,7 +22,7 @@ job "albatros" {
|
||||||
task "controller" {
|
task "controller" {
|
||||||
driver = "docker"
|
driver = "docker"
|
||||||
config {
|
config {
|
||||||
image = "dxflrs/albatros:28f44e5778235ef4eb88ad9050aeddbe80f3129d"
|
image = "dxflrs/albatros:2441ba1958b2bcae5d70a0ea4261bc0a7dd882e8"
|
||||||
ports = [ "http" ]
|
ports = [ "http" ]
|
||||||
volumes = [
|
volumes = [
|
||||||
"secrets/certs:/var/run/secrets/albatros"
|
"secrets/certs:/var/run/secrets/albatros"
|
||||||
|
|
Loading…
Reference in a new issue