updated the repo to use host networking as the default appliance deployment model

This commit is contained in:
Jake Kasper
2026-04-24 11:24:58 -04:00
parent a0e77aabd6
commit a8cf68b6d3
6 changed files with 45 additions and 12 deletions

14
config/marvis.env.example Normal file
View File

@@ -0,0 +1,14 @@
# Copy to /etc/p5g-marvis/marvis.env and edit for the target host.
# Backend service URLs for the default host-network deployment model.
MARVIS_PROMETHEUS_URL=http://127.0.0.1:9090
MARVIS_PROMETHEUS_PREFIX=/prometheus
MARVIS_ALERTMANAGER_URL=http://127.0.0.1:9093
# AI backend configuration.
MARVIS_AI_MODE=rule
MARVIS_OPENAI_API_KEY=
MARVIS_OPENAI_BASE_URL=https://api.openai.com
MARVIS_OPENAI_MODEL=gpt-4o-mini
MARVIS_OLLAMA_URL=http://127.0.0.1:11434
MARVIS_OLLAMA_MODEL=llama3