Код: Выделить всё
web: gunicorn app:app \
--bind "$HOST:$PORT" \
--error-logfile "-" \
--enable-stdio-inheritance \
--reload \
--log-level "debug"
Код: Выделить всё
web: gunicorn app:app \
--bind "$HOST:$PORT" \
--error-logfile "-" \
--enable-stdio-inheritance \
--reload \
--log-level "debug"