Ver Fonte

[fifteen5] Use gunicorn not uvicorn

Colin Powell há 3 anos atrás
pai
commit
939e0f56cc

+ 1 - 1
ansible/roles/fifteen5/templates/uvicorn-immortal.yml.j2

@@ -1,4 +1,4 @@
-cmd: uvicorn --host 0.0.0.0 --port 8088 --debug ff.asgi:application --reload
+cmd: gunicorn -b 0.0.0.0:8087 --reload --preload ff.wsgi:application
 cwd: /usr/local/src/fifteen5
 env:
     DJANGO_SETTINGS_MODULE: ff.settings.dev.colin