We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e72df8 commit 1cb60d0Copy full SHA for 1cb60d0
requirements.txt
@@ -56,6 +56,7 @@ sentry-sdk==2.47.0
56
siphashc==2.7
57
social-auth-app-django==5.6.0
58
social-auth-core==4.8.1
59
+supervisor==4.3.0
60
tesserocr==2.9.1
61
tomlkit==0.13.3
62
translate-toolkit==3.16.3
start
@@ -321,7 +321,7 @@ set_real_ip_from 0.0.0.0/0;
321
export WEB_RUNTIME_THREADS
322
323
# Execute supervisor
324
- exec supervisord \
+ exec /app/venv/bin/supervisord \
325
--loglevel="${SUPERVISOR_LOGLEVEL:-info}" \
326
--logfile="${SUPERVISOR_LOGFILE:-/dev/null}" \
327
--configuration=/etc/supervisor/supervisord.conf
0 commit comments