fugasjunior / arma-server-manager

A web administration tool for managing Arma 3, Arma Reforger and DayZ dedicated servers
GNU General Public License v3.0
59 stars 16 forks source link

Change database from Mongo to MySQL #16

Closed fugasjunior closed 2 years ago

fugasjunior commented 2 years ago

Okay, the choice to use Mongo for this project wasn't the best one. Instead, I migrated the project back to a relational database. I've chosen MySQL and added a docker-compose.yml file to make the setup of the required infrastructure easier.