fix(infra): drop pgbouncer image tag — pin 1.23.1 unavailable
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:
parent
e811dd8f34
commit
f3ad612a1c
2 changed files with 2 additions and 2 deletions
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue