naurffxiv / moddingway

Moderation bot for NAUR discord server.
0 stars 4 forks source link

Use external database instead of local database #80

Closed OTCompa closed 2 months ago

OTCompa commented 2 months ago

Part of resolving #78 This PR changes Moddingway to use an external database instead of a locally setup database to ensure persistency of data between container restarts. Also moves populating the database to app startup since Docker is not setting up the database anymore (and some other small changes)