Switch sillytavern to use docker-managed volume
This commit is contained in:
parent
18e1ee001c
commit
5807ac95fb
@ -51,7 +51,7 @@ services:
|
|||||||
ports:
|
ports:
|
||||||
- 8000:8000/tcp
|
- 8000:8000/tcp
|
||||||
volumes:
|
volumes:
|
||||||
- ./sillytavern/config/config.yaml:/home/node/app/config/config.yaml
|
- sillytavern:/home/node/app/config/config.yaml
|
||||||
environment:
|
environment:
|
||||||
- TZ=America/Los_Angeles
|
- TZ=America/Los_Angeles
|
||||||
|
|
||||||
@ -133,6 +133,7 @@ volumes:
|
|||||||
sdwebui_cache:
|
sdwebui_cache:
|
||||||
oobabooga:
|
oobabooga:
|
||||||
oobabooga_cache:
|
oobabooga_cache:
|
||||||
|
sillytavern:
|
||||||
networks:
|
networks:
|
||||||
ai:
|
ai:
|
||||||
name: "ai"
|
name: "ai"
|
||||||
|
Loading…
Reference in New Issue
Block a user