Shadblade5 / Arma-Bot

Discord bot design for the Arma 3 unit, Redline Combat Operations Group (RCOG)
2 stars 0 forks source link

Look into dockerizing database #6

Open NBurley93 opened 1 year ago

NBurley93 commented 1 year ago

Right now we have an offsite database that we store user info onto. In the future, it would be more beneficial to have a database running as a dockerized container in the same stack as the bot. Persistent storage can be done with docker volumes, and this would ensure that the bot could theoretically be deployed anywhere that has docker installed.

Completion Criteria:

NBurley93 commented 1 year ago

https://github.com/Shadblade5/Arma-Bot/pull/13

Shadblade5 commented 1 year ago

How does the interface between container and volume work?