Move Postgres to a static port to ease discovery.

This commit is contained in:
2023-08-15 06:54:19 +01:00
parent d83a4ba1b8
commit 6bc9f268d4

View File

@@ -4,7 +4,7 @@ job "postgres" {
group "db" {
network {
port "db" {
to = 5432
static = 5432
}
port "exporter" {
to = 9187