Update docker-compose.yml to not re-download the models every launch

This commit is contained in:
Daleth Darko
2023-09-17 06:21:58 -04:00
committed by GitHub
parent cc711986b9
commit ca6efc3905

View File

@@ -11,6 +11,10 @@ services:
MODULES: caption,summarize,classify
# REQUIREMENTS: requirements-complete.txt
# MODULES: caption,summarize,classify,sd,silero-tts,edge-tts,chromadb
volumes:
#- "./chromadb:/chromadb"
- "./cache:/root/.cache"
- "./api-key.txt:/sillytavern-extras/api-key.txt:rw"
ports:
- "5100:5100"
environment: