henfri / docker

my dockr files
GNU General Public License v3.0
8 stars 8 forks source link

Split up into seperate projects? #1

Open timme04 opened 8 years ago

timme04 commented 8 years ago

Hi, i like your Dockerfiles very much. ATM I'm just using your dockerized KNXd which works very well on my Synology since several months.

What do you think about splitting up your "subprojects" like owfs, knxd, smarthomeNG and maybe the docker-compose.yml to seperate projects?

This would make (for example) submitting pull requests and seperation of concerns much more clear in my opinion.

I, personally, don't have any use for owfs docker-stuff, but if i clone your repo it's in there atm.

What do you think? Regards, Christian

henfri commented 7 years ago

Hello,

sorry for the late reply. I don't get the point of seperate docker-commpose.yml because the docker-compose.yml does combine the projects to one suite that uses all of the containers.

But I'll consider it once the number of pull requests increases, if it makes it all more managable.

Greetings, Hendrik