Switch sillytavern to use docker-managed volume

This commit is contained in:
Joey Hafner 2024-07-18 19:10:47 -07:00
parent 18e1ee001c
commit 5807ac95fb
No known key found for this signature in database

View File

@ -51,7 +51,7 @@ services:
ports:
- 8000:8000/tcp
volumes:
- ./sillytavern/config/config.yaml:/home/node/app/config/config.yaml
- sillytavern:/home/node/app/config/config.yaml
environment:
- TZ=America/Los_Angeles
@ -133,6 +133,7 @@ volumes:
sdwebui_cache:
oobabooga:
oobabooga_cache:
sillytavern:
networks:
ai:
name: "ai"