Add database schema to concepts.md in the docs

This commit is contained in:
Théophile Diot 2023-06-23 07:56:06 -04:00
parent 5614995364
commit 7a972274f1
No known key found for this signature in database
GPG key ID: E752C80DB72BB014
2 changed files with 6 additions and 0 deletions

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 38 KiB

View file

@ -112,6 +112,11 @@ Database configuration is done by using the `DATABASE_URI` setting which respect
- MySQL : `mysql+pymysql://bunkerweb:changeme@bw-db:3306/db`
- PostgreSQL : `postgresql://bunkerweb:changeme@bw-db:5432/db`
<figure markdown>
![Overview](assets/img/bunkerweb_db.svg){ align=center, width="800" }
<figcaption>Database Schema</figcaption>
</figure>
## Scheduler
To make things automagically work together, a dedicated service called the scheduler is in charge of :