ADACS-Australia / GleamXGPMonitoring

GLEAM Galactic Plane transient rating app is a web-based candidate classifier for team members to easily classify transient candidates. The transient candidates are detected in the MWA's weekly monitoring of the galactic plane.
https://gleamxgpmonitoring.readthedocs.io/en/latest/
MIT License
0 stars 1 forks source link

Containerise the web app #26

Closed PaulHancock closed 2 months ago

PaulHancock commented 5 months ago

The web app would be much easier to test and maintain if it were packaged in some docker containers.

Suggest:

PaulHancock commented 5 months ago

The web app relies on the django-q3c module, which explicitly asks for psycopg2. However in a containerised solution we want to use psycopg2-binary. For now I have forked the original repo to my own and swapped out the dependancy.

alexmassen-hane commented 2 months ago

This has been done in the latest PR 'Apply all "Fixed in dev" issues' #38