-
Notifications
You must be signed in to change notification settings - Fork 11
Docker environment setup #193
Comments
For developments, the new Symfony binary is better than a docker setup now. But we can create a docker setup for production environment. |
afaik, Symfony binary is providing only PHP, not the entire stack required for a modern app: MySQL, Redis, queuing, nodejs for frontend etc. and I remember Jedisjeux had a docker setup (https://github.com/Jedisjeux/Docker/tree/master). I guess it was included in the initial Monofony repo in the days, right? anyway, I've put this issue here to make sure we don't forget about it - in an attempt to create a backlog of features and a place for debate. |
@gabiudrescu You're right, it's cool to init a backlog. I just want to prevent adding to much features on this starter. Cause it takes so much time to remove all you don't need on a starter. @lchrusciel @smildev What's your opinion? |
I would say that it is hard to decide what should be inside. But some links/docs about available docker images could be useful. Maybe we should support simplified docker setup with PHP and mysql only? |
Describe the proposed solution
We should have a docker setup configured for a oneline setup of this project; eg: docker-compose up should bring the application with full configuration online.
The text was updated successfully, but these errors were encountered: