eastgenomics / trendyQC

Django app for monitoring trends in MultiQC data
MIT License
0 stars 0 forks source link

How to handle versionning? #143

Open Yu-jinKim opened 1 day ago

Yu-jinKim commented 1 day ago

Right now the version of trendyqc is hardcoded in settings.py: https://github.com/eastgenomics/trendyQC/blob/main/trendyqc/trendyqc/settings.py#L90. That is easy to forget to update. Additionally, the tag of the container image is also defined in the docker-compose.yml. Ideally I would want this to be pulled from the TrendyQC app rather than variable slapped on the image.

Yu-jinKim commented 1 day ago

Following discussion on 27/09, use the docker-compose file for defining the version of TrendyQC