Skip to content

0.200.0

Compare
Choose a tag to compare
@renefs renefs released this 01 Aug 16:25
· 544 commits to main since this release
5d2146e

What's Changed

Improvements

  • Use Docker Compose for the deployment by @renefs in #92
    • The project's default deployment method is Docker Compose, since it is available on the latest version of Synology DSM. This method has many benefits: split the application in several containers (backend, frontend, celery, redis, database...), easy usage of .env files, possibility to change the image version on the docker-compose file without having the need to restart everything every time there is an update, etc.
    • The configuration now uses python-decouple so we can have multiple configurations for the different environments.
    • Images are published to the Github registry instead of Docker Hub. this process is automated using Github Actions.

Libraries updates

Full Changelog: v0.100.7...0.200.0