dokku-mongodb-plugin
dokku-mongodb-plugin copied to clipboard
support for custom config
trafficstars
it'd be nice if we could use a custom config file to override /etc/mongodb.conf, such as for enabling oplog. or is this already possible and i don't realize?
I think that is out of scope of this plugin. The 'proper' way to handle this would probably, be to make your own docker image (perhaps based off mine or some other one) that includes the config that you need.
Now what would be in scope is to read which docker image to use from a config file. I will try to implement that as a feature soon.