Pyazo can be run on pure docker. The image is `docker.pkg.beryju.org/pyazo`. The image needs to be run twice, once for the webserver and once for the background worker. The config file needs to be mounted under `/etc/pyazo/config.yml`. Uploaded files are saved under `/app/media`, which should be mounted as well.
The webserver can be started by running `manage.py web` in the Container. The process will listen on port 8000 for incoming connections.
The background-worker can be started by running `manage.py worker`.
Pyazo is a python-based application. There are 2 different packages, one for Python 3.5.x and one for Python 3.6.x. To find out what version you have, run this:
```
...
...
@@ -28,4 +26,4 @@ After the installation is done, you should create a superuser to access the Web-