aboutsummaryrefslogtreecommitdiff
path: root/app/uwsgi.ini
blob: 2dae309fee9339d78a9ad01f8910c3dc7c27279d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[uwsgi]
processes = 1
threads = 4

env = CUSTOM_CONFIG=config-compose.yml

# use 127.0.0.1 instead of 0.0.0.0 if possible
# this is for a containerized deployment
socket = 0.0.0.0:9200

module = wsgi:application

# uid = uwsgi

# home = env