Skip to content

Commit

Permalink
update scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
zlianzhuang committed Mar 14, 2024
1 parent 0c6e920 commit 126b2dd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions script/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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

0 comments on commit 126b2dd

Please sign in to comment.