add constraint for local traefick
This commit is contained in:
parent
de0698995c
commit
ea2cc6eec4
@ -1,7 +1,10 @@
|
|||||||
job "traefik-local" {
|
job "traefik-local" {
|
||||||
datacenters = ["homelab"]
|
datacenters = ["homelab"]
|
||||||
type = "service"
|
type = "service"
|
||||||
|
constraint {
|
||||||
|
attribute = "${attr.unique.hostname}"
|
||||||
|
value = "gerard"
|
||||||
|
}
|
||||||
group "traefik-local" {
|
group "traefik-local" {
|
||||||
network {
|
network {
|
||||||
mode = "host"
|
mode = "host"
|
||||||
|
Loading…
Reference in New Issue
Block a user