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

Reviewed-on: #35
Reviewed-by: archeious <archeious@unbiasedgeek.com>
This commit is contained in:
archeious 2026-04-19 18:16:15 -06:00
commit 5ae0675705

View file

@ -8,4 +8,6 @@ alembic upgrade head
exec uvicorn quartermaster.main:app \ exec uvicorn quartermaster.main:app \
--host 0.0.0.0 \ --host 0.0.0.0 \
--port 8000 \ --port 8000 \
--proxy-headers \
--forwarded-allow-ips='*' \
--log-config src/quartermaster/logconfig.json --log-config src/quartermaster/logconfig.json