You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implement make compose, using docker-compose for local interactive testing. (#825)
* Implement make compose.
Similar to `make cluster`, this allows to start a local cluster to play with
multiple Postgres nodes registered in a pg_auto_failover monitor. This time
the command uses docker-compose to run all the nodes in the background, and
each node has its own pre-created external docker volume.
* Use --build-arg PGVERSION=... in make compose.
* Introduce another needed wait point in the tmux script.
* Clean-up: we don't need both --name and PG_AUTOCTL_NODE_NAME.
* Ignore some files for docker
Co-authored-by: Jelte Fennema <github-tech@jeltef.nl>
0 commit comments