fix docker logging

This commit is contained in:
Cyberes 2023-09-27 17:00:46 -06:00
parent ffb7af8f3c
commit 1874e6f7c4
1 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
nodaemon=true
[program:vllm]
command=/bin/bash -c 'bash /app/start-vllm.sh 2>&1 | tee /var/log/app/vllm.log'
command=/bin/bash -c 'bash /app/start-vllm.sh 2>&1 | tee -a /var/log/app/vllm.log'
autostart=true
autorestart=true
stdout_logfile=/dev/fd/1
@ -13,7 +13,7 @@ user=apiserver
environment=HOME="/home/apiserver",USER="apiserver"
[program:rathole]
command=/bin/bash -c 'app/rathole -c /app/client.toml 2>&1 | tee /var/log/app/rathole.log'
command=/bin/bash -c 'app/rathole -c /app/client.toml 2>&1 | tee -a /var/log/app/rathole.log'
autostart=true
autorestart=true
stdout_logfile=/dev/fd/1