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 webapp #17

Closed alexmassen-hane closed 4 months ago

alexmassen-hane commented 6 months ago

Issue The current version of the webapp can be difficult to manage as it is run directly using a mix of an nginx service and uwsgi on the host machine.

Solution Containerising the django, nginx and postgres database portions into their own docker containers running in the same docker network will make it easier to troubleshoot and redeploy the webapp if needed.

PaulHancock commented 4 months ago

Duplicated by #26, so closing this issue.