fix(docker): enable uvicorn proxy-headers so CSS loads behind Traefik #35

Merged
archeious merged 1 commit from fix/proxy-headers into main 2026-04-19 18:16:16 -06:00
Showing only changes of commit ee6eaaeba8 - Show all commits

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