summaryrefslogtreecommitdiff
path: root/docker/collector/supervisord.conf
diff options
context:
space:
mode:
Diffstat (limited to 'docker/collector/supervisord.conf')
-rw-r--r--docker/collector/supervisord.conf9
1 files changed, 1 insertions, 8 deletions
diff --git a/docker/collector/supervisord.conf b/docker/collector/supervisord.conf
index 1fef83a..7e260c6 100644
--- a/docker/collector/supervisord.conf
+++ b/docker/collector/supervisord.conf
@@ -3,14 +3,7 @@ nodaemon=true
[program:uvicorn]
directory = /opt/collector/src/
-command = /opt/collector/venv/bin/uvicorn --proxy-headers --port 8000 main:app
-stdout_logfile=/dev/stdout
-stdout_logfile_maxbytes=0
-stderr_logfile=/dev/stderr
-stderr_logfile_maxbytes=0
-
-[program:nginx]
-command=/usr/sbin/nginx -g "daemon off;"
+command = /opt/collector/venv/bin/uvicorn --proxy-headers --host 0.0.0.0 --port 8000 main:app
stdout_logfile=/dev/stdout
stdout_logfile_maxbytes=0
stderr_logfile=/dev/stderr