ci: Docker, supress supervisord warnings, start backend on 4200

This commit is contained in:
jamesread 2024-09-15 23:41:30 +01:00
parent bcc9932ac7
commit b84c86c723
3 changed files with 3 additions and 1 deletions

View File

@ -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

View File

@ -2,6 +2,7 @@
nodaemon=true
logfile=/dev/null
logfile_maxbytes=0
user=root
[unix_http_server]
file=/run/supervisord.sock

View File

@ -6,3 +6,4 @@ autorestart=false
redirect_stderr=true
stdout_logfile=/dev/fd/1
stdout_logfile_maxbytes=0
environment=PORT=4200