File tree Expand file tree Collapse file tree
etc/confd/templates/supervisor Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,3 +13,4 @@ RUN echo 'deb http://s3-eu-west-1.amazonaws.com/qafoo-profiler/packages debian m
1313 && rm -rf /var/lib/apt/lists/*
1414
1515COPY ./etc/ /etc/
16+ COPY ./usr/ /usr/
Original file line number Diff line number Diff line change 11[program:tideways_daemon]
2- command = /usr/bin/tideways-daemon --hostname= tideways-daemon --address= 0.0.0.0 :9135 --udp= 0.0.0.0 :9136
2+ command = /usr/bin/tideways-daemon --hostname= " {{ getenv " TIDEWAYS_HOSTNAME " }} " --address= 0.0.0.0 :9135 --udp= 0.0.0.0 :9136 --env = " {{ getenv " TIDEWAYS_ENVIRONMENT " }} "
33stdout_logfile= /dev/stdout
44stdout_logfile_maxbytes= 0
55stderr_logfile= /dev/stderr
Original file line number Diff line number Diff line change 1+ #! /bin/bash
2+
3+ export TIDEWAYS_HOSTNAME=${TIDEWAYS_HOSTNAME:- tideways-daemon}
4+ export TIDEWAYS_ENVIRONMENT=${TIDEWAYS_ENVIRONMENT:- production}
You can’t perform that action at this time.
0 commit comments