Skip to content

Commit d60d90d

Browse files
committed
chore: Update anythingllm.yaml volumes configuration
1 parent ce49f48 commit d60d90d

File tree

1 file changed

+4
-10
lines changed

1 file changed

+4
-10
lines changed

templates/compose/anythingllm.yaml

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,7 @@
22
# 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.
33
# tags: lowcode, nocode, ai, llm, openai, anthropic, machine-learning, rag, agents, chatbot, api, team, bot
44
# logo: svgs/anythingllm.svg
5-
6-
version: "3"
7-
8-
volumes:
9-
storage_dir: null
10-
hot_dir: null
11-
outputs_dir: null
5+
# port: 3001
126

137
services:
148
anything-llm:
@@ -33,7 +27,7 @@ services:
3327
cap_add:
3428
- SYS_ADMIN
3529
volumes:
36-
- "storage_dir:/app/server/storage"
37-
- "hot_dir:/app/collector/hotdir"
38-
- "outputs_dir:/app/collector/outputs"
30+
- "anythingllm_storage:/app/server/storage"
31+
- "anythingllm_hot:/app/collector/hotdir"
32+
- "anythingllm_outputs:/app/collector/outputs"
3933
user: "${UID:-1000}:${GID:-1000}"

0 commit comments

Comments
 (0)