job "traefik" { region = "global" datacenters = ["nummer5"] type = "service" group "traefik" { count = 1 network { port "http" { static = 80 } port "api" { static = 81 } } service { name = "traefik" check { name = "alive" type = "tcp" port = "http" interval = "10s" timeout = "2s" } } task "traefik" { driver = "podman" config { image = "docker.io/library/traefik:latest" network_mode = "host" volumes = [ "local/traefik.toml:/etc/traefik/traefik.toml", ] } template { data = <