leaderboardsgg / leaderboard-backend

The backend for Leaderboards.gg. Also holds public-facing APIs.
https://info.leaderboards.gg
GNU General Public License v3.0
12 stars 16 forks source link

Adds DB volume to docker compose db #220

Closed Eein closed 2 months ago

Eein commented 2 months ago

Under the current docker compose setup - no database changes are saved if a container gets shut down.

Adding a volume lets the database persist between compose runs when you choose not to use the daemon.

This also adds a .devcontainer gitignore for codespace configuration.