OP#213 change Entrypoint and re-enable deleting branches
This commit is contained in:
@@ -35,5 +35,4 @@ EXPOSE 6432
|
|||||||
HEALTHCHECK --interval=10s --timeout=3s --retries=3 CMD \
|
HEALTHCHECK --interval=10s --timeout=3s --retries=3 CMD \
|
||||||
pg_isready -h 127.0.0.1 -p 6432 || exit 1
|
pg_isready -h 127.0.0.1 -p 6432 || exit 1
|
||||||
|
|
||||||
ENTRYPOINT ["/usr/bin/dumb-init", "--"]
|
ENTRYPOINT ["pgbouncer", "/etc/pgbouncer/pgbouncer.ini"]
|
||||||
CMD ["pgbouncer", "/etc/pgbouncer/pgbouncer.ini"]
|
|
||||||
|
|||||||
@@ -4,6 +4,6 @@
|
|||||||
|
|
||||||
# Purpose
|
# 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.
|
`confdroid_pgbouncer`is a standalone container suitable for running on kubernetes etc to facilitate loadbalancer deployments.
|
||||||
Reference in New Issue
Block a user