Move Postgres to a static port to ease discovery.
This commit is contained in:
@@ -4,7 +4,7 @@ job "postgres" {
|
||||
group "db" {
|
||||
network {
|
||||
port "db" {
|
||||
to = 5432
|
||||
static = 5432
|
||||
}
|
||||
port "exporter" {
|
||||
to = 9187
|
||||
|
||||
Reference in New Issue
Block a user