chore: add mariadb database

This commit is contained in:
2022-11-20 22:05:59 +01:00
parent fc7fbd18d4
commit 5dae122f53
6 changed files with 54 additions and 30 deletions

View File

@@ -22,6 +22,14 @@ ln -s /usr/bin/resolvectl /usr/local/bin/resolvconf
TODO add .sh script to start in production
## Tips
When database credentials are not updated after docker restart, consider using
```bash
docker compose rm db
```
## To Do