mirror of https://github.com/snachodog/mybuddy.git
Add database version requirements
This commit is contained in:
parent
38143f4065
commit
ac3a6fd973
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue