Merge pull request 'fix(docker): enable uvicorn proxy-headers so CSS loads behind Traefik' (#35) from fix/proxy-headers into main
All checks were successful
deploy / build-push-deploy (push) Successful in 1m10s
All checks were successful
deploy / build-push-deploy (push) Successful in 1m10s
Reviewed-on: #35 Reviewed-by: archeious <archeious@unbiasedgeek.com>
This commit is contained in:
commit
5ae0675705
1 changed files with 2 additions and 0 deletions
|
|
@ -8,4 +8,6 @@ alembic upgrade head
|
|||
exec uvicorn quartermaster.main:app \
|
||||
--host 0.0.0.0 \
|
||||
--port 8000 \
|
||||
--proxy-headers \
|
||||
--forwarded-allow-ips='*' \
|
||||
--log-config src/quartermaster/logconfig.json
|
||||
|
|
|
|||
Loading…
Reference in a new issue