Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Split into two containers (MongoDB+WebApp) #4

Open
5 tasks
torsknod opened this issue Mar 7, 2017 · 0 comments
Open
5 tasks

Split into two containers (MongoDB+WebApp) #4

torsknod opened this issue Mar 7, 2017 · 0 comments

Comments

@torsknod
Copy link
Owner

torsknod commented Mar 7, 2017

Each container should only have one concern. Currently there are two concerns:

  • MongoDB Server
  • WebApp

These should be splitted and configured to work together using docker-compose. The issue can be split into the following tasks:

  • Find out about the packages requirements to the management and configuration of the MongoDB server.
  • Implement the requirements in a separate template or configuration based on the MongoDB container in the library.
  • Remove the MongoDB server parts from the original container/ Dockerfile
  • Add the MongoDB server service to the docker-compose.yml file
  • Reference the MongoDB server service from the WebApp in the docker-compose.yml file
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant