Fixes, use gunicorn, launch websockify

This hosts a smattering of fixes, acutally uses gunicorn properly(?),
launches websockify correctly, and introduces MORE DEAD CODE!

TODO: Fix the scheduling system
This commit is contained in:
Will Nilges 2022-07-11 00:35:28 -04:00
parent 7555232926
commit 4ec51ea611
7 changed files with 27 additions and 17 deletions

View file

@ -8,4 +8,4 @@ COPY .git ./.git
COPY *.py .
COPY proxstar ./proxstar
RUN touch proxmox_ssh_key targets && chmod a+w proxmox_ssh_key targets # This is some OKD shit.
ENTRYPOINT ddtrace-run python3 wsgi.py
ENTRYPOINT ddtrace-run gunicorn proxstar:app --bind=0.0.0.0:8080