tangled
alpha
login
or
join now
ligo.at
/
core
decentralized and customizable links page on top of atproto
5
fork
atom
overview
issues
1
pulls
pipelines
use gunicorn config file
nauta.one
3 months ago
0a451b14
76766e36
options
unified
split
Changed files
+3
-1
Makefile
gunicorn.conf.py
+1
-1
Makefile
···
7
7
8
8
.PHONY: run
9
9
run:
10
10
-
uv run -- dotenv run -- gunicorn -w 4 --bind ':$(PORT)' 'src.main:app'
10
10
+
uv run -- dotenv run -- gunicorn
+2
gunicorn.conf.py
···
1
1
+
wsgi_app = "src.main:app"
2
2
+
workers = 4