From 6bc9f268d443fcb344ec0f2bd1612ef8fa4e66a2 Mon Sep 17 00:00:00 2001 From: Petru Paler Date: Tue, 15 Aug 2023 06:54:19 +0100 Subject: [PATCH] Move Postgres to a static port to ease discovery. --- services/postgres.hcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/postgres.hcl b/services/postgres.hcl index 07ae752..2372efc 100644 --- a/services/postgres.hcl +++ b/services/postgres.hcl @@ -4,7 +4,7 @@ job "postgres" { group "db" { network { port "db" { - to = 5432 + static = 5432 } port "exporter" { to = 9187