Ability to run container as a master, slave, or public-slave (public reads only).
Docker run -e SERVER_TYPE="PUBLIC_SLAVE" ... paintedfox/postgresql
Docker run -e SERVER_TYPE="MASTER" ... paintedfox/postgresql
Docker run -e SERVER_TYPE="PUBLIC" ... paintedfox/postgresql
Planning to build this out over the weekend, but wanted thoughts first
Ability to run container as a master, slave, or public-slave (public reads only).
Planning to build this out over the weekend, but wanted thoughts first