summaryrefslogtreecommitdiffstats
path: root/reporting/docker/supervisor.conf
blob: 830749d888d984784074032770261c3aed88b0f4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[supervisord]
nodaemon = true

[program:tornado]
user = root
directory = /home/opnfv/releng-testresults/reporting/api
command = python server.py --port=800%(process_num)d
process_name=%(program_name)s%(process_num)d
numprocs=4
numprocs_start=1

[program:nginx]
user = root
command = service nginx restart

[program:configuration]
user = root
directory = /home/opnfv/releng-testresults/reporting/pages
command = bash config.sh