-
Notifications
You must be signed in to change notification settings - Fork 98
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
fix(build): content-type fails when deployed within internal network controls #128
Conversation
Codecov Report
@@ Coverage Diff @@
## master #128 +/- ##
==========================================
+ Coverage 94.43% 94.56% +0.12%
==========================================
Files 20 20
Lines 827 828 +1
==========================================
+ Hits 781 783 +2
+ Misses 46 45 -1
Continue to review full report at Codecov.
|
* prevents having to hardcode value in docker-compose, value will now be unique to each deployment
* allows embedding of configuration to simplify end user usability * Add CI trigger for new container * Add Dockerfile for new container (Dockerfile.nginx) * Update docker-compose.yml to build locally if images not available upstream
* Reformat README a bit for readability * Update Makefile to build new nginx container
* simplified runtime by using gunicorn worker, no async code so no app impact (removed uvicorn from deps) * added protocol scheme (http/https) to forwarded headers for nginx
Kudos, SonarCloud Quality Gate passed!
|
What Changed
tram-nginx
container image to work in docker composeMinor
Limitations
SECRET_KEY
value in thedocker/docker-compose.yml
file.