diff --git a/jobs/services/postgres.hcl b/jobs/services/postgres.hcl new file mode 100644 index 0000000..cf861c6 --- /dev/null +++ b/jobs/services/postgres.hcl @@ -0,0 +1,96 @@ +job "postgres" { + datacenters = ["aperture"] + + constraint { + attribute = "${attr.unique.hostname}" + value = "wheatley" + } + + group "db" { + network { + port "db" { + static = 5432 + } + } + + task "postgres-db" { + driver = "docker" + + template { + data = <