You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by GitBox <gi...@apache.org> on 2018/09/12 05:24:54 UTC

[GitHub] ufobat edited a comment on issue #105: Add Cluster Parameter Variables

ufobat edited a comment on issue #105: Add Cluster Parameter Variables
URL: https://github.com/apache/couchdb-docker/pull/105#issuecomment-420444440
 
 
   I've found the discussion about adding more config variables in #32. Yet I am wondering whether you have considdered the the configuration abilites in combination with using docker swarm. It is easy to use configuration varialbes within a `docker-comose.yml` for `docker stack ...` but it is hard (maybe impossible) to use "pre initilized volumes" on a worker node in combination with your image directly.
   AFAIK in order to populate the `/opt/couchdb/etc` volume you need to use some swarm volume magic. The only way I am aware of is wrapping your image in another image and copying stuff into that location, but this is "compile time" - so quite inflexible - whereas specifiying variables is at "setup time" of the swarm service. 

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services