microsoft / aerial_wildlife_detection

Tools for detecting wildlife in aerial images using active learning
MIT License
230 stars 58 forks source link

Decoupling Docker services #41

Open frafra opened 3 years ago

frafra commented 3 years ago

It would be better to have the various software programs running in different containers and reuse existing Docker images for Postgres, redis, etc. The final Dockerfile would be shorter, and it would be easier to maintain, monitor and restart the components of the system.

bkellenb commented 3 years ago

Hi!

This is a very good idea indeed and also would facilitate branching out the individual modules of AIDE to different machines, if necessary. @szjarek do you think this would be a doable modification w.r.t. the current Docker setup?

frafra commented 3 years ago

We will take care of it and propose a PR then :)