fix(docker): enable uvicorn proxy-headers so CSS loads behind Traefik #35
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