There are several issues with current release process: - [x] There is no concrete app version which users might use - [x] `master` is severely outdated and buggy, `development` is much more stable - [x] Building of docker images is done on the live server instead of using prebuilt images - [x] To use a definite version of docker image, we need to tag releases with versions and just change the version in docker compose file Let's handle this by merging dev to master and then deciding on other versions and release