summaryrefslogtreecommitdiff
path: root/docker/collector/supervisord.conf
blob: 7e260c64bd80204301cf5a0bec58954435950e53 (plain)
1
2
3
4
5
6
7
8
9
10
[supervisord]
nodaemon=true

[program:uvicorn]
directory = /opt/collector/src/
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
stderr_logfile_maxbytes=0