Use a Docker Volume by default for the persist directory
This commit is contained in:
parent
bb49873961
commit
a84b68ec32
|
@ -17,4 +17,7 @@ services:
|
|||
- ALLOWED_CHAT=${ALLOWED_CHAT}
|
||||
- SAFE_WORD=${SAFE_WORD}
|
||||
volumes:
|
||||
- ./persist:/app/persist
|
||||
- tailchat-assistant-data:/app/persist
|
||||
|
||||
volumes:
|
||||
- tailchat-assistant-data:
|
||||
|
|
Loading…
Reference in a new issue