expose DB port and misc changes

This commit is contained in:
2022-02-12 18:09:49 +05:30
parent a070bdd528
commit 88b6b4fb8d
3 changed files with 49 additions and 7 deletions

View File

@@ -6,7 +6,8 @@ job "singh3" {
count = 1
network {
mode = "bridge"
port "db" {
port "db" {
static = 5454
to = 5432
}
}