OpenConext / OpenConext-deploy

Ansible-based deployment automation for the OpenConext platform
Apache License 2.0
12 stars 21 forks source link

Feature/mongo docker #460

Open quartje opened 6 days ago

quartje commented 6 days ago

This adds a role mongodbdocker so you can install MongoDB on a docker host. A seperate docker network is created for the mongo traffic. The apps that use mongo have been adapted so that they can access mongo on a docker host, and that the containers are added to the mongo db docker network using a feature toggle.