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

Dockerize platform for multi-cloud deployment and easy management #24

Closed
telemakhos opened this issue Jan 29, 2016 · 5 comments
Closed

Comments

@telemakhos
Copy link

It would be great to have a dockerized solution, a standard docker-compose file with the necessary containers and services (Node/Express API, MongoDB, PUSH, etc) and provide some examples of deployment for several clouds. Examples:

The goal should be getting an open platform easy to deploy, scale and manage.

Thoughts?

@telemakhos telemakhos changed the title Dockerize the platform for multi-cloud deployment and autoescaling Dockerize platform for multi-cloud deployment and easy management Jan 29, 2016
@kingmatusevich
Copy link

Have you seen the docker container we are working in? Looks like what you need: https://github.com/instainer/parse-server-docker

@telemakhos
Copy link
Author

Mmm I've just seen it... Installing mongo on the same container is a big anti-pattern and considered bad practice... docker containers should be stateless and you should persist the data to volumes...

@kingmatusevich
Copy link

Prepare a pull request maybe? I'm just getting started with Docker, and I'm sure �@tahaozket could use the help.

@tahaozket
Copy link

@telemakhos you are right, but it is a simple image for showing how it works. I should prepare another separate docker image for production usecase.

@gfosco
Copy link
Contributor

gfosco commented Jan 29, 2016

Open to adding more of these to the wiki, and publicizing any good guides... We're also working with some cloud providers.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants