-
Notifications
You must be signed in to change notification settings - Fork 584
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
Update presidio containers to use gunicorn #1497
Conversation
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great, thanks!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great! Thanks :) I've added two minor points
/azp run |
Thanks! Looks great |
Azure Pipelines successfully started running 1 pipeline(s). |
Added |
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
Change Description
presidio-analyzer/app.py
,presidio-anonymizer/app.py
, andpresidio-image-redactor/app.py
to use theapp
instance directly instead of creating a newServer
instance when running the application.PORT
andWORKERS
environment variables to the Dockerfiles for all 3 services, to allow configuration of the server port and number of worker processes.Issue reference
This PR fixes issue #1496
Checklist