Add database version requirements

This commit is contained in:
Ludovic Drouard 2023-06-01 16:28:16 +02:00 committed by Christopher Charbonneau Wells
parent 38143f4065
commit ac3a6fd973
1 changed files with 3 additions and 1 deletions

View File

@ -29,6 +29,8 @@ services:
restart: unless-stopped
```
See [Django's databases documentation](https://docs.djangoproject.com/en/4.2/ref/databases/) for database requirements.
See [HTTPS/SSL configuration](ssl.md) for information on how to secure Baby Buddy.
For doing administrative work within the LSIO container, setting an environment variable may be necessary.
@ -88,7 +90,7 @@ requirements are Python, a web server, an application server, and a database.
- Python 3.7+, pip, pipenv
- Web server ([nginx](http://nginx.org/), [Apache](http://httpd.apache.org/), etc.)
- Application server ([uwsgi](http://projects.unbit.it/uwsgi), [gunicorn](http://gunicorn.org/), etc.)
- Database ([sqlite](https://sqlite.org/), [Postgres](https://www.postgresql.org/), [MySQL](https://www.mysql.com/), etc.)
- Database (See [Django's databases documentation](https://docs.djangoproject.com/en/4.2/ref/databases/)).
### Example deployment