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