build(confidence-engine): add manual Jenkins deployment
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
# Confidence Engine — Deploy Environment (example)
|
||||
#
|
||||
# Copy to /opt/confidence-engine/deploy.env on CT 112.
|
||||
# This file is NOT tracked by Git. It is owned/administered on the host.
|
||||
#
|
||||
# Build-time (baked into Docker image via --build-arg):
|
||||
NEXT_PUBLIC_SUPABASE_URL=https://supabase.rdbcloud.co.uk
|
||||
NEXT_PUBLIC_SUPABASE_ANON_KEY=replace-with-supabase-anon-key
|
||||
|
||||
# Runtime (passed to container at start):
|
||||
OLLAMA_BASE_URL=http://192.168.x.x:11434
|
||||
OLLAMA_MODEL=replace-with-model-name
|
||||
Reference in New Issue
Block a user