-
Notifications
You must be signed in to change notification settings - Fork 57
Open
Labels
Description
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