ci: Docker, supress supervisord warnings, start backend on 4200
This commit is contained in:
parent
bcc9932ac7
commit
b84c86c723
|
|
@ -38,4 +38,4 @@ if [[ $POSTIZ_APPS == *"backend"* ]]; then
|
|||
ln -sf /app/supervisord_available_configs/backend.conf /etc/supervisor.d/
|
||||
fi
|
||||
|
||||
/usr/bin/supervisord
|
||||
/usr/bin/supervisord -c /etc/supervisord.conf
|
||||
|
|
|
|||
|
|
@ -2,6 +2,7 @@
|
|||
nodaemon=true
|
||||
logfile=/dev/null
|
||||
logfile_maxbytes=0
|
||||
user=root
|
||||
|
||||
[unix_http_server]
|
||||
file=/run/supervisord.sock
|
||||
|
|
|
|||
|
|
@ -6,3 +6,4 @@ autorestart=false
|
|||
redirect_stderr=true
|
||||
stdout_logfile=/dev/fd/1
|
||||
stdout_logfile_maxbytes=0
|
||||
environment=PORT=4200
|
||||
|
|
|
|||
Loading…
Reference in New Issue