Explorar o código

[fifteen5] Use gunicorn not uvicorn

Colin Powell %!s(int64=3) %!d(string=hai) anos
pai
achega
939e0f56cc
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      ansible/roles/fifteen5/templates/uvicorn-immortal.yml.j2

+ 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