yugabyte / yugabyte-db

YugabyteDB - the cloud native distributed SQL database for mission-critical applications.
https://www.yugabyte.com
Other
8.96k stars 1.07k forks source link

Add configuration environment variables for docker yugabytedb #3957

Open iSignal opened 4 years ago

iSignal commented 4 years ago

Feedback from @desmap on #3951

@desmap: Could you clarify what specific environment variables you had in mind to configure the docker container? If you had to pick the top 3-5 configuration options that would help you run yugabytedb, what would those be?

iSignal commented 4 years ago

A useful reference here is the official postgres docker image that supports a variety of env variables and init scripts. https://hub.docker.com/_/postgres

elthariel commented 1 year ago

Agreed, the postgres docker env vars would be a nice minimum. This is especially important as you advertise psql compatibility. This would help developpers easily pivot their setups to yugabyte to see if it works for them

iSignal commented 1 year ago

@elthariel : the yugabyted cli already supports a few env vars documented at https://docs.yugabyte.com/preview/reference/configuration/yugabyted/#ysql-1 - Are there any other specific ones you are interested in?