From 126b2ddc75102df6a85380d2ed7136b94cb76121 Mon Sep 17 00:00:00 2001 From: lzzhang Date: Thu, 14 Mar 2024 09:34:16 +0800 Subject: [PATCH] update scripts --- script/docker-compose.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/script/docker-compose.yaml b/script/docker-compose.yaml index 642249d..75ed27f 100644 --- a/script/docker-compose.yaml +++ b/script/docker-compose.yaml @@ -13,6 +13,7 @@ services: PG_MODE: monitor AUTOCTL_NODE_PASSWORD: postgres EXTERNAL_HOSTNAME: pg15-auto + PG_HBA_0: host all all all trust healthcheck: test: ["CMD", "pgtools", "-a"] interval: 10s @@ -44,6 +45,7 @@ services: MONITOR_HOSTNAME: pg15-auto AUTOCTL_REPLICATOR_PASSWORD: postgres PG_CONFIG_port: 5432 + PG_HBA_0: host all all all trust networks: - bitnet pg15-readonly: @@ -72,5 +74,6 @@ services: AUTOCTL_REPLICATOR_PASSWORD: postgres PG_CONFIG_port: 5432 PG_STREAMING: sync + PG_HBA_0: host all all all trust networks: - bitnet