diff --git a/docs/setup/deployment.md b/docs/setup/deployment.md index b0f07b56..1c80b4fa 100644 --- a/docs/setup/deployment.md +++ b/docs/setup/deployment.md @@ -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