In non-SaaS, run jobs in container by default

This commit is contained in:
Kevin McConnell
2025-12-10 08:52:34 +00:00
parent 728fe7c243
commit 6f002b66d8
2 changed files with 7 additions and 4 deletions
+2 -2
View File
@@ -4,8 +4,8 @@ bin/rails runner - <<EOF
puts "Login with david@example.com to: http://fizzy.localhost:3006/"
EOF
if [ -f tmp/solid-queue.txt ]; then
export SOLID_QUEUE_IN_PUMA=1
if [ ! -f tmp/solid-queue.txt ]; then
export SOLID_QUEUE_IN_PUMA=false
fi
if [ -f tmp/oss-config.txt ]; then