1e0eed9c81011247312e391eb330fd83f24596c1
[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
17
18 [program:reporting_angular]
19 user = root
20 directory = /home/opnfv/utils/test/reporting/pages
21 command = bash angular.sh
22 autorestart = true