dlandon / zoneminder.machine.learning

Zoneminder Docker
GNU General Public License v2.0
318 stars 143 forks source link

move mysql to separate container #170

Closed tbowmo closed 3 years ago

tbowmo commented 3 years ago

It shoulnd't be necessary to bake mysql server into the same container as zoneminder, and there are plenty of containers available for mysql / mariadb.

Would simplify things, and also allow for replicated instances of zoneminder on multiple machines, with a common database backend

dlandon commented 3 years ago

The container includes mysql for those that want an easy setup. You can specify an external mysql database in the ZM configuration.

alexyao2015 commented 3 years ago

For those interested in this, check out this https://github.com/zoneminder-containers/zoneminder-base