From f3ad612a1c9f2418e4998ee9b3e53ee98333faf2 Mon Sep 17 00:00:00 2001 From: David Kiania Date: Thu, 7 May 2026 13:48:31 +0300 Subject: [PATCH] =?UTF-8?q?fix(infra):=20drop=20pgbouncer=20image=20tag=20?= =?UTF-8?q?=E2=80=94=20pin=201.23.1=20unavailable?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The pinned tag failed to pull on Coolify deploy. Switching to the untagged edoburu/pgbouncer (rolling latest) so the sidecar can come up. Will revisit pinning to a known-good tag once verified live. Co-Authored-By: Claude Opus 4.7 --- 260507_pgbouncer_deployment.md | 2 +- docker-compose.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/260507_pgbouncer_deployment.md b/260507_pgbouncer_deployment.md index 7decf0f..fd0329a 100644 --- a/260507_pgbouncer_deployment.md +++ b/260507_pgbouncer_deployment.md @@ -40,7 +40,7 @@ no host port binding. ```yaml pgbouncer: - image: edoburu/pgbouncer:1.23.1 + image: edoburu/pgbouncer restart: always depends_on: timescale_db: diff --git a/docker-compose.yaml b/docker-compose.yaml index d672140..e8cb20b 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -84,7 +84,7 @@ services: # Runbook: 260507_pgbouncer_deployment.md # Internal Docker network only — no host port. SCRAM passthrough via # auth_query against the public.user_lookup() function (migration 10). - image: edoburu/pgbouncer:1.23.1 + image: edoburu/pgbouncer restart: always depends_on: timescale_db: