replace gunicorn with uwsgi
has an easier-to-work-with prometheus.
This commit is contained in:
12
Makefile
12
Makefile
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user