1

replace gunicorn with uwsgi

has an easier-to-work-with prometheus.
This commit is contained in:
2024-01-15 16:14:46 +02:00
parent b983a2f59a
commit 50c34aa922
4 changed files with 33 additions and 27 deletions

View File

@@ -11,10 +11,10 @@ format:
run:
app/manage.py runserver
.PHONY: run-gunicorn
run-gunicorn:
nix run .#e11sync-gunicorn
.PHONY: run-backend
run-backend:
nix run .#e11sync-backend
.PHONY: run-caddy
run-caddy:
nix run .#e11sync-caddy
.PHONY: run-frontend
run-frontend:
nix run .#e11sync-frontend