fix(infra): drop pgbouncer image tag — pin 1.23.1 unavailable
Some checks are pending
Static Analysis / static (push) Waiting to run
Tests / test (push) Waiting to run

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 <noreply@anthropic.com>
This commit is contained in:
David Kiania 2026-05-07 13:48:31 +03:00
parent e811dd8f34
commit f3ad612a1c
2 changed files with 2 additions and 2 deletions

View file

@ -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:

View file

@ -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: