dokku-mongodb-plugin icon indicating copy to clipboard operation
dokku-mongodb-plugin copied to clipboard

support for custom config

Open ahdinosaur opened this issue 11 years ago • 1 comments
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?

ahdinosaur avatar Sep 16 '14 21:09 ahdinosaur

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.

jeffutter avatar Sep 23 '14 04:09 jeffutter