OP#213 change Entrypoint and re-enable deleting branches

This commit is contained in:
12ww1160
2025-12-06 14:54:30 +01:00
parent 385e0b8770
commit ef003b872f
2 changed files with 2 additions and 3 deletions

View File

@@ -35,5 +35,4 @@ EXPOSE 6432
HEALTHCHECK --interval=10s --timeout=3s --retries=3 CMD \
pg_isready -h 127.0.0.1 -p 6432 || exit 1
ENTRYPOINT ["/usr/bin/dumb-init", "--"]
CMD ["pgbouncer", "/etc/pgbouncer/pgbouncer.ini"]
ENTRYPOINT ["pgbouncer", "/etc/pgbouncer/pgbouncer.ini"]

View File

@@ -4,6 +4,6 @@
# Purpose
`Pgbouncer` is a loadbalancer for postgresql connections and very helpful in managing aspects of postgresql performance.
`Pgbouncer` is a loadbalancer for postgresql connections and very helpful in managing aspects of postgresql performance through the reuse of connections.
`confdroid_pgbouncer`is a standalone container suitable for running on kubernetes etc to facilitate loadbalancer deployments.