Simply run:
docker-compose up -d
After
pip install gunicorn
Run it as follows:
gunicorn -k gevent --bind 0.0.0.0:9001 --workers 1 app
- Authentication
- Logging!
- Handling emails, confirmation of requests and responses
- Migration - db tracking
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Simply run:
docker-compose up -d
After
pip install gunicorn
Run it as follows:
gunicorn -k gevent --bind 0.0.0.0:9001 --workers 1 app