docker: add single-container support

This commit is contained in:
Herculino Trotta
2025-01-28 23:34:48 -03:00
parent cab79b4203
commit 0b66b23f16
7 changed files with 123 additions and 15 deletions

View File

@@ -0,0 +1,9 @@
#!/bin/bash
set -o errexit
set -o pipefail
set -o nounset
export TASK_WORKERS=${TASK_WORKERS:=1}
exec supervisord -c /etc/supervisor/conf.d/supervisord.conf