mirror of
https://github.com/katanemo/plano.git
synced 2026-04-26 17:26:26 +02:00
16 lines
519 B
Text
16 lines
519 B
Text
[supervisord]
|
|
nodaemon=true
|
|
|
|
[program:brightstaff]
|
|
command=sh -c "/app/brightstaff 2>&1 | tee /var/log/brightstaff.log"
|
|
stdout_logfile=/dev/stdout
|
|
redirect_stderr=true
|
|
stdout_logfile_maxbytes=0
|
|
stderr_logfile_maxbytes=0
|
|
|
|
[program:envoy]
|
|
command=/bin/sh -c "python /app/config_generator.py && envsubst < /etc/envoy/envoy.yaml > /etc/envoy.env_sub.yaml && envoy -c /etc/envoy.env_sub.yaml 2>&1 | tee /var/log//envoy.log"
|
|
stdout_logfile=/dev/stdout
|
|
redirect_stderr=true
|
|
stdout_logfile_maxbytes=0
|
|
stderr_logfile_maxbytes=0
|