Compare commits
3 commits
feat/deplo
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 5ae0675705 | |||
|
|
ee6eaaeba8 | ||
| 9f68351c80 |
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue