Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIP: falcon server #344

Closed
wants to merge 9 commits into from
Closed

WIP: falcon server #344

wants to merge 9 commits into from

Conversation

phbelitz
Copy link
Member

@phbelitz phbelitz commented Oct 7, 2021

No description provided.

@@ -42,4 +42,4 @@ USER 10001:20001

LABEL maintainer="Philipp Belitz <philipp.belitz@securesystems.de>"

CMD ["python", "-m", "connaisseur"]
CMD ["gunicorn", "--bind=0.0.0.0:5000", "connaisseur.falcon_server:app", "--certfile=/app/certs/tls.crt", "--keyfile=/app/certs/tls.key", "--workers=4"]
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

would recommend trying bjoern: https://github.com/jonashaag/bjoern
probably also does not need a tmp storage

@phbelitz phbelitz changed the base branch from develop to feat/async-image October 8, 2021 14:58
@phbelitz
Copy link
Member Author

we are going to stay with flask. closing.

@phbelitz phbelitz closed this Dec 23, 2022
@phbelitz phbelitz deleted the feat/falcon branch February 22, 2024 12:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants