Skip to content
This repository has been archived by the owner on Jan 20, 2024. It is now read-only.

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
tdemin committed Sep 2, 2019
1 parent de54374 commit 9215b92
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Expand Up @@ -30,6 +30,18 @@ over the values provided with the config file.
This app directly depends on `flask`, `flask-sqlalchemy`, `flask-cors`, and
`bcrypt`.

#### Running in Docker

The Dockerfile included with the project assumes that:

1. You're going to use either PostgreSQL or SQLite.
2. You're going to run it behind a reverse proxy such as nginx (and running
the app without a reverse proxy won't work because of the current uwsgi
configuration).

If you have to/prefer to use MariaDB, etc, you'll have to add the necessary
Python packages to the Docker image by hand.

#### Licenses

See [LICENSE.txt](LICENSE.txt).

0 comments on commit 9215b92

Please sign in to comment.