mdef / docker-emoncms

2 stars 3 forks source link

mysql and redis shoudl be in their own docker containers #6

Open davehun opened 8 years ago

davehun commented 8 years ago

rather than install all packages in a single container it would be better to link to mysql and redis using --link and provide a docker compose to build and link them together. I might give you a pr with this