We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d52a4ea commit 5facd7aCopy full SHA for 5facd7a
docker/docker-compose.dev.yml
@@ -21,6 +21,7 @@ services:
21
command: rqworker
22
volumes:
23
- ../llmstack/:/code/llmstack
24
+ - userdata:/home/appuser/data
25
depends_on:
26
- redis
27
- postgres
llmstack/docker-compose.yml
@@ -47,6 +47,8 @@ services:
47
links:
48
- redis:redis
49
- postgres:postgres
50
+ volumes:
51
52
environment:
53
LLMSTACK_PORT: ${LLMSTACK_PORT:-9000}
54
LLMSTACK_HOST: ${LLMSTACK_HOST:-localhost}
0 commit comments