-
Notifications
You must be signed in to change notification settings - Fork 74
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
Can we install nginx staff in a standalone container? #3
Comments
you're right, i know that. but this docker image(rails-nginx-unicorn-*) help easy to start rails app. if split nginx, create new Dockerfile(like rails-unicorn) only execute unicorn and link with nginx container.. link strategy is depends on application, currently i don't have good idea. someday i will do that. thankyou |
@seapy maybe a docker-compose can be added to manage both containers and also separate db also. |
@itsSaad I think the same as you. |
@seapy do you happen to know what really is wrong with using it in production. Docker guide only tells us not to use in production. why not? |
It seem like that you build all the staff in one image. But as the official
Best Practices
says: Run only one process per container.The text was updated successfully, but these errors were encountered: