File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -96,7 +96,7 @@ RUN touch /etc/service/uwsgi/down
9696
9797# Standalone version of uwsgi that doesn't require consul
9898COPY ./docker/uwsgistandalone/uwsgi.service /etc/service/uwsgistandalone/run
99- COPY ./docker/uwsgistandalone/uwsgi.ini /etc/uwsgi/uwsgi.ini
99+ COPY ./docker/uwsgistandalone/uwsgi.ini /etc/uwsgi/uwsgi-standalone .ini
100100RUN touch /etc/service/uwsgistandalone/down
101101
102102# hl_extractor service files
Original file line number Diff line number Diff line change 11[uwsgi]
22master = true
3- http = 0.0.0.0:3031
3+ socket = 0.0.0.0:3031
44module = server
55callable = application
66chdir = /code
77enable-threads = true
8- processes = 100
8+ processes = 300
99log-x-forwarded-for = true
10- disable-logging = true
10+ disable-logging = true
Original file line number Diff line number Diff line change 11#! /bin/bash
22
3- exec chpst -uacousticbrainz:acousticbrainz uwsgi --die-on-term /etc/uwsgi/uwsgi.ini
3+ exec chpst -uacousticbrainz:acousticbrainz uwsgi --die-on-term /etc/uwsgi/uwsgi-standalone .ini
You can’t perform that action at this time.
0 commit comments