IoTineSalt / eyeotine

Eyeotine uses ESP32 cameras to detect the location of people in a room.
GNU General Public License v3.0
4 stars 0 forks source link

Docker & Deployment #3

Closed BlobbyBob closed 3 years ago

BlobbyBob commented 3 years ago

Since the server software is splitted into modules, a deployment using containers (eg. Docker) should be well suited.

How would the architecture of this look and how could integrate this into a good build system?

jogehl commented 3 years ago

Advantages for using docker:

Disadvantages

Possible Architecture