SE-TINF22B2 / G5-DuoGradus

Sammle Schritte, Tritt gegen Freunde an und steig in deiner Liga auf!
https://docs.duo-gradus.de
Apache License 2.0
3 stars 1 forks source link

Volume for DB Persistence #216

Closed henrybrink closed 3 months ago

henrybrink commented 3 months ago

Purpose of this PR: Currently we do not have a persistent database in our test environment, as there is no volume in the docker compose file. This PR adds the volume. Please note: You'll need to create the database manually, as Prisma sadly does not create the DB in production, only on dev. I will do this for our staging environment after the PR is merged.

This closes #206.