mirror of
https://github.com/outbackdingo/patroni.git
synced 2026-01-27 10:20:10 +00:00
For starting up cluster easy with docker-compose. And unify Dockerfile and scripts to be able to work with docker-compose and the old one dev_patroni_cluster.sh script
9 lines
284 B
Bash
9 lines
284 B
Bash
PATRONI_RESTAPI_USERNAME=admin
|
|
PATRONI_RESTAPI_PASSWORD=admin
|
|
PATRONI_SUPERUSER_USERNAME=postgres
|
|
PATRONI_SUPERUSER_PASSWORD=postgres
|
|
PATRONI_REPLICATION_USERNAME=replicator
|
|
PATRONI_REPLICATION_PASSWORD=replicate
|
|
PATRONI_admin_PASSWORD=admin
|
|
PATRONI_admin_OPTIONS=createdb,createrole
|