27 lines
655 B
YAML
27 lines
655 B
YAML
# NEXA Infrastructure Manifest
|
|
services:
|
|
memos:
|
|
url: "${MEMOS_URL}"
|
|
auth_type: "Bearer Token"
|
|
features: ["webhooks", "comments_api"]
|
|
|
|
n8n:
|
|
environment: "LXC Docker"
|
|
backup_path: "./n8n-workflows"
|
|
|
|
ai_gateway:
|
|
provider: "LiteLLM / SAIA"
|
|
model_primary: "gpt-4-o" # oder dein lokales Modell
|
|
model_embeddings: "text-embedding-3-small"
|
|
|
|
storage:
|
|
qdrant: "http://localhost:6333"
|
|
s3_provider: "Custom S3"
|
|
nextcloud:
|
|
url: "${NC_URL}"
|
|
lists:
|
|
work: "ID_COMING_SOON"
|
|
personal: "ID_COMING_SOON"
|
|
calendars:
|
|
work: "CAL_ID_WORK"
|
|
personal: "CAL_ID_PERSONAL" |