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

how to launch in production ? #106

Closed
nacimgoura opened this issue Jan 31, 2019 · 3 comments
Closed

how to launch in production ? #106

nacimgoura opened this issue Jan 31, 2019 · 3 comments

Comments

@nacimgoura
Copy link

Hello,
thank you for this project.
I want to launch it in production on a server but it still runs in the dev environment.
How do I tell him I'm in a production environment?

@karael
Copy link

karael commented Jan 31, 2019

do not use docker-compose in production

@nacimgoura
Copy link
Author

Why ?

@eko
Copy link
Owner

eko commented Feb 16, 2019

You should not use docker-compose in production because this is not the best practice: docker-compose is more a development utility tool to allow developers managing all the project tools and applications on a single machine.

You should set up a container orchestrator such as Kubernetes or Docker Swarm or make your containers run in the cloud via providers solutions (AWS, GCP, Heroku, DigitalOcean, ...). These tools will allow you to scale your application better than using docker-compose.

Thank you.

@eko eko closed this as completed Feb 16, 2019
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

3 participants