From 103d362b6a76f1bc05b038e7e0b68eb5cd37dc26 Mon Sep 17 00:00:00 2001 From: Mitch Riedstra Date: Fri, 13 Sep 2019 23:25:19 -0400 Subject: failed experiment with running the demo application entirely inside of a docker container --- app/uwsgi.ini | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'app/uwsgi.ini') diff --git a/app/uwsgi.ini b/app/uwsgi.ini index 829d185..c5a363c 100644 --- a/app/uwsgi.ini +++ b/app/uwsgi.ini @@ -2,13 +2,12 @@ processes = 1 threads = 4 -env = CUSTOM_CONFIG=config.yml +env = CUSTOM_CONFIG=/app/config.yml socket = 127.0.0.1:9200 module = wsgi:application -daemonize=uwsgi.log -pidfile=uwsgi.pid - -home = env +# daemonize=uwsgi.log +# pidfile=uwsgi.pid +# home = env -- cgit v1.2.3