job "postgres-15" { constraint { attribute = "${attr.cpu.arch}" operator = "!=" value = "arm" } type = "system" datacenters = ["dc1"] group "group" { count = 1 network { port api { static = 8008 to = 8008 } port pg { static = 5432 to = 5432 } } task "db" { driver = "docker" template { data = <