mirror of
https://github.com/ComputerScienceHouse/proxstar.git
synced 2025-03-09 15:40:09 +00:00
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:
parent
7555232926
commit
4ec51ea611
7 changed files with 27 additions and 17 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue