CDCgov / cfa-config-validation

Modeling pipeline config validation microservice.
Apache License 2.0
0 stars 0 forks source link

Use production-grade server for API deployment #9

Closed amondal2 closed 1 month ago

amondal2 commented 1 month ago

Flask recommends not using their built-in server for production deployments. We should use uWSGI + NGINX to properly serve the app to handle traffic when deployed. This will involve modifying the Dockerfile/compose workflow and updating dependencies.