diff options
Diffstat (limited to 'app/deployment/postgres.hcl')
-rw-r--r-- | app/deployment/postgres.hcl | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/app/deployment/postgres.hcl b/app/deployment/postgres.hcl index 456156e..d178491 100644 --- a/app/deployment/postgres.hcl +++ b/app/deployment/postgres.hcl @@ -5,7 +5,7 @@ job "postgres" { update { max_parallel = 1 - stagger = "5m" + stagger = "2m" } group "postgres" { @@ -14,6 +14,7 @@ job "postgres" { config { image = "superboum/amd64_postgres:v3" + network_mode = "host" readonly_rootfs = false command = "/usr/local/bin/stolon-sentinel" args = [ @@ -32,6 +33,7 @@ job "postgres" { config { image = "superboum/amd64_postgres:v3" + network_mode = "host" readonly_rootfs = false command = "/usr/local/bin/stolon-proxy" args = [ @@ -78,8 +80,8 @@ job "postgres" { driver = "docker" config { - network_mode = "host" image = "superboum/amd64_postgres:v3" + network_mode = "host" readonly_rootfs = false command = "/usr/local/bin/stolon-keeper" args = [ |