quart run settings and hypercorn on docker/Procfile.

This commit is contained in:
fiatjaf
2020-09-14 23:28:14 -03:00
parent f01028eac7
commit 42c6620a07
5 changed files with 14 additions and 5 deletions
+1 -1
View File
@@ -1 +1 @@
web: gunicorn -b :5000 lnbits:app -k gevent
web: hypercorn --bind 0.0.0.0:5000 lnbits:app