1
0
Fork 0
hudctrl/container/run.sh

9 lines
222 B
Bash
Executable File

#!/bin/sh
# vim: set sw=4 ts=4 sts=4 et :
nginx || exit $?
exec /usr/local/hudctrl/bin/gunicorn \
-k uvicorn.workers.UvicornWorker \
--forwarded-allow-ips 127.0.0.1/32,${FORWARDED_ALLOW_IPS} \
hudctrl.api:app