From 38c6b9324a8780bd3c86c95b02dba9ffbe1e3aca Mon Sep 17 00:00:00 2001 From: Roman Vanicek Date: Tue, 9 Apr 2024 02:04:50 +0200 Subject: [PATCH] Fix links in README to other repos. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2fdd465..eb74ae8 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Postgres image with PostGIS and pg_auto_failover extensions that allows running # How to use this image -The expected configuration is at least two `worker` nodes with one `monitor` node. The container is expected to have one or more peer configuration containers that implement query load balancing (activated using `AUTOCONFIG_LOCAL_PEER` and/or `AUTOCONFIG_REMOTE_PEERS`). One of such implementations is [docker-pgpool](docker-pgpool) that implements read-only/read-write splitting and load balancing using `pgpool`. Another is [docker-pgtraefik](docker-pgtraefik) that load balances all traffic to the primary node. +The expected configuration is at least two `worker` nodes with one `monitor` node. The container is expected to have one or more peer configuration containers that implement query load balancing (activated using `AUTOCONFIG_LOCAL_PEER` and/or `AUTOCONFIG_REMOTE_PEERS`). One of such implementations is [docker-pgpool](/SW/docker-pgpool) that implements read-only/read-write splitting and load balancing using `pgpool`. Another is [docker-pgtraefik](/SW/docker-pgtraefik) that load balances all traffic to the primary node. The configuration peers act as servers and this image connects to them. They can run either locally communicating over a socket or remotely over HTTP.