Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docker-compose.swarm.ha.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ services:

# HAProxy - PostgreSQL connection pooler and load balancer
pgpool:
image: bitnami/pgpool:4
image: soldevelo/pgpool:4
environment:
PGPOOL_BACKEND_NODES: 0:patroni-1:5432,1:patroni-2:5432,2:patroni-3:5432
PGPOOL_SR_CHECK_USER: ${POSTGRES_USER:-obiente_postgres}
Expand Down Expand Up @@ -189,7 +189,7 @@ services:

# PgPool for TimescaleDB - Connection pooler and load balancer
metrics-pgpool:
image: bitnami/pgpool:4
image: soldevelo/pgpool:4
environment:
PGPOOL_BACKEND_NODES: 0:metrics-patroni-1:5432,1:metrics-patroni-2:5432,2:metrics-patroni-3:5432
PGPOOL_SR_CHECK_USER: ${METRICS_DB_USER:-obiente_postgres}
Expand Down