tangled
alpha
login
or
join now
ligo.at
/
core
9
fork
atom
decentralized and customizable links page on top of atproto
ligo.at
atproto
link-in-bio
python
uv
9
fork
atom
overview
issues
1
pulls
pipelines
use gunicorn config file
nauta.one
6 months ago
0a451b14
76766e36
+3
-1
2 changed files
expand all
collapse all
unified
split
Makefile
gunicorn.conf.py
+1
-1
Makefile
reviewed
···
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
reviewed
···
1
1
+
wsgi_app = "src.main:app"
2
2
+
workers = 4