Merge pull request #1302 from dod-ccpo/170505212-uwsgi-logs

uWSGI plugin config changes.
This commit is contained in:
dandds
2020-01-16 19:38:23 -05:00
committed by GitHub
3 changed files with 4 additions and 1 deletions

View File

@@ -73,7 +73,8 @@ RUN apk update && \
postgresql-client \ postgresql-client \
postgresql-dev \ postgresql-dev \
postgresql-libs \ postgresql-libs \
uwsgi-logfile uwsgi-logfile \
uwsgi-python3
COPY --from=builder /install/.venv/ ./.venv/ COPY --from=builder /install/.venv/ ./.venv/
COPY --from=builder /install/alembic/ ./alembic/ COPY --from=builder /install/alembic/ ./alembic/

View File

@@ -10,6 +10,7 @@ data:
callable = app callable = app
module = app module = app
socket = /var/run/uwsgi/uwsgi.socket socket = /var/run/uwsgi/uwsgi.socket
plugins-dir = /usr/lib/uwsgi
plugin = python3 plugin = python3
plugin = logfile plugin = logfile
virtualenv = /opt/atat/atst/.venv virtualenv = /opt/atat/atst/.venv

View File

@@ -2,6 +2,7 @@
callable = app callable = app
module = app module = app
socket = /var/run/uwsgi/uwsgi.socket socket = /var/run/uwsgi/uwsgi.socket
plugins-dir = /usr/lib/uwsgi
plugin = python3 plugin = python3
plugin = logfile plugin = logfile
virtualenv = /opt/atat/atst/.venv virtualenv = /opt/atat/atst/.venv