add constraint for local traefick

This commit is contained in:
vincent 2022-04-30 21:11:10 +02:00
parent de0698995c
commit ea2cc6eec4

View File

@ -1,7 +1,10 @@
job "traefik-local" {
datacenters = ["homelab"]
type = "service"
constraint {
attribute = "${attr.unique.hostname}"
value = "gerard"
}
group "traefik-local" {
network {
mode = "host"