Skip to content

Commit f0f685b

Browse files
committed
Added anythingllm
1 parent c54d775 commit f0f685b

File tree

2 files changed

+205
-0
lines changed

2 files changed

+205
-0
lines changed

public/svgs/anythingllm.svg

Lines changed: 166 additions & 0 deletions
Loading

templates/compose/anythingllm.yaml

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
# documentation: https://docs.anythingllm.com/installation-docker/overview
2+
# slogan: AnythingLLM is the easiest to use, all-in-one AI application that can do RAG, AI Agents, and much more with no code or infrastructure headaches.
3+
# tags: lowcode, nocode, ai, llm, openai, anthropic, machine-learning, rag, agents, chatbot, api, team, bot
4+
# logo: svgs/anythingllm.svg
5+
6+
version: "3"
7+
8+
volumes:
9+
storage_dir: null
10+
hot_dir: null
11+
outputs_dir: null
12+
13+
services:
14+
anything-llm:
15+
image: mintplexlabs/anythingllm
16+
environment:
17+
- SERVICE_FQDN_ANYTHINGLLM_3001
18+
- STORAGE_DIR=/app/server/storage
19+
- DISABLE_TELEMETRY=true
20+
- PASSWORDLOWERCASE=1
21+
- PASSWORDMAXCHAR=250
22+
- PASSWORDMINCHAR=6
23+
- PASSWORDNUMERIC=1
24+
- PASSWORDREQUIREMENTS=1
25+
- PASSWORDSYMBOL=1
26+
- PASSWORDUPPERCASE=1
27+
- SIG_KEY=${SERVICE_PASSWORD_SIGKEY}
28+
- SIG_SALT=${SERVICE_PASSWORD_SIGSALT}
29+
- JWT_SECRET=${SERVICE_PASSWORD_JWTSECRET}
30+
- AUTH_TOKEN=${SERVICE_PASSWORD_AUTHTOKEN}
31+
- AUTH_TOKEN=${AUTH_TOKEN}
32+
- SERVER_PORT=${SERVER_PORT:-3001}
33+
cap_add:
34+
- SYS_ADMIN
35+
volumes:
36+
- "storage_dir:/app/server/storage"
37+
- "hot_dir:/app/collector/hotdir"
38+
- "outputs_dir:/app/collector/outputs"
39+
user: "${UID:-1000}:${GID:-1000}"

0 commit comments

Comments
 (0)