Merge pull request #1302 from dod-ccpo/170505212-uwsgi-logs
uWSGI plugin config changes.
This commit is contained in:
commit
05a78359de
@ -73,7 +73,8 @@ RUN apk update && \
|
||||
postgresql-client \
|
||||
postgresql-dev \
|
||||
postgresql-libs \
|
||||
uwsgi-logfile
|
||||
uwsgi-logfile \
|
||||
uwsgi-python3
|
||||
|
||||
COPY --from=builder /install/.venv/ ./.venv/
|
||||
COPY --from=builder /install/alembic/ ./alembic/
|
||||
|
@ -10,6 +10,7 @@ data:
|
||||
callable = app
|
||||
module = app
|
||||
socket = /var/run/uwsgi/uwsgi.socket
|
||||
plugins-dir = /usr/lib/uwsgi
|
||||
plugin = python3
|
||||
plugin = logfile
|
||||
virtualenv = /opt/atat/atst/.venv
|
||||
|
Loading…
x
Reference in New Issue
Block a user