You've already forked mnemory
mnemory deployment
This commit is contained in:
40
env.example
Normal file
40
env.example
Normal file
@@ -0,0 +1,40 @@
|
||||
# Træfik
|
||||
TRAEFIK_ENABLED=true
|
||||
TRAEFIK_NETWORK=traefik
|
||||
TRAEFIK_ROUTER=mnemory_example_com
|
||||
TRAEFIK_SERVICE=mnemory_example_com
|
||||
TRAEFIK_SERVICE_PORT=8050
|
||||
TRAEFIK_MATCHRULE=Host(`mnemory.example.com`)
|
||||
TRAEFIK_TLSENABLED=true
|
||||
TRAEFIK_CERTRESOLVER=letsencrypt
|
||||
TRAEFIK_HTTP_MIDDLEWARES=http-to-https
|
||||
TRAEFIK_HTTPS_MIDDLEWARES=hsts
|
||||
|
||||
# Mnemory
|
||||
MNEMORY_VERSION=latest
|
||||
MNEMORY_DATA=./data/mnemory
|
||||
SERVER_BASE_URL=https://mnemory.example.com
|
||||
MCP_API_KEY=changeme
|
||||
INSTRUCTION_MODE=proactive
|
||||
ENABLE_METRICS=true
|
||||
ENABLE_DELETE_ALL=false
|
||||
LOG_LEVEL=INFO
|
||||
FSCK_AUTO_INTERVAL=24
|
||||
TIMEZONE=Europe/London
|
||||
|
||||
# LLM (OpenAI-compatible — default xAI)
|
||||
LLM_API_KEY=xai-changeme
|
||||
LLM_BASE_URL=https://api.x.ai/v1
|
||||
LLM_MODEL=grok-4.5
|
||||
|
||||
# Embeddings (separate provider — xAI has no standalone embedding model)
|
||||
EMBED_API_KEY=sk-changeme
|
||||
EMBED_BASE_URL=https://api.openai.com/v1
|
||||
EMBED_MODEL=text-embedding-3-small
|
||||
EMBED_DIMS=1536
|
||||
|
||||
# Qdrant
|
||||
QDRANT_VERSION=v1.18.3
|
||||
QDRANT_DATA=./data/qdrant
|
||||
QDRANT_API_KEY=changeme
|
||||
QDRANT_COLLECTION=mnemory
|
||||
Reference in New Issue
Block a user