timescale / timescaledb-docker-ha

Create Docker images containing TimescaleDB, Patroni to be used by developers and Kubernetes.
Apache License 2.0
143 stars 38 forks source link

Patroni Consul support #444

Open nirsad opened 4 months ago

nirsad commented 4 months ago

Hi,

I have a use case in which I want to use consul instead of etcd with Patroni. Patroni needs the python dependency "python3-consul" for the Consul integration to work. Would it be acceptable for me to add this dependency in the Dockerfile with a PR?

graveland commented 4 months ago

Sure, that sounds pretty reasonable