0c22077933a1f7b919387b63f0f8eb53c0de7429
[releng.git] / utils / test / reporting / docker / supervisor.conf
1 [supervisord]
2 nodaemon = true
3
4 [program:reporting_tornado]
5 user = root
6 directory = /home/opnfv/utils/test/reporting/api
7 command = python server.py --port=800%(process_num)d
8 process_name=%(program_name)s%(process_num)d
9 numprocs=4
10 numprocs_start=1
11 autorestart = true
12
13 [program:reporting_nginx]
14 user = root
15 command = service nginx restart
16 autorestart = true