summaryrefslogtreecommitdiffstats
path: root/reporting/docker/supervisor.conf
blob: 49310d430207f2d5c8910f80a923ca780eda2d1e (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/utils/test/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/utils/test/reporting/pages
command = bash config.sh