style95 commented on issue #32: Add environment variables for cluster URL: https://github.com/apache/couchdb-docker/pull/32#issuecomment-335661112 Ok I got your point. So `n` will be automatically configured when setting up cluster, and `q` could be specified when creating database, `r` and `w` are deprecated. Then if users want to deploy couchdb cluster without volume mapping, could they just do `docker run` and send cluster setup API? Then `n` will be automatically configured in ini file under `/opt/couchdbetc/local.d`? (Though this will allow the possibility of break of cluster when restart due to missing cluster configurations) Above situation is similar to the case of [OpenWhisk](https://github.com/apache/incubator-openwhisk/pull/2810/files). In OpenWhisk it deploys couchdb with Ansible. I could update ansible script to always mount the configuration directory, but I want to give users more options. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
With regards, Apache Git Services
