Remove Ollama server infrastructure and related tasks

This commit is contained in:
Fabio Scotto di Santolo
2026-04-22 10:46:14 +02:00
parent a32eb56721
commit fa94a2e70e
7 changed files with 5 additions and 85 deletions

View File

@@ -1,9 +0,0 @@
#!/bin/sh
set -eu
if [ -n "${TURNSTILE_ENV_DIR:-}" ]; then
exec chpst -e "$TURNSTILE_ENV_DIR" /usr/local/bin/ollama serve
fi
exec /usr/local/bin/ollama serve