mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-24 09:28:37 +00:00
Add database schema to concepts.md in the docs
This commit is contained in:
parent
5614995364
commit
7a972274f1
2 changed files with 6 additions and 0 deletions
1
docs/assets/img/bunkerweb_db.svg
Normal file
1
docs/assets/img/bunkerweb_db.svg
Normal file
File diff suppressed because one or more lines are too long
|
After Width: | Height: | Size: 38 KiB |
|
|
@ -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>
|
||||
{ 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 :
|
||||
|
|
|
|||
Loading…
Reference in a new issue