Added volumes for outputs, extensions, embeddings and configs so that they are persisted across restarts

This commit is contained in:
Lukas 2024-12-22 12:18:22 +01:00
parent d150bd0886
commit 3335f4ad0e

View File

@ -5,6 +5,18 @@ services:
- type: bind
source: ./models
target: /webui/models
- type: bind
source: ./outputs
target: /webui/outputs
- type: bind
source: ./extensions
target: /webui/extensions
- type: bind
source: ./embeddings
target: /webui/embeddings
- type: bind
source: ./configs
target: /webui/configs
ports:
- 7860:7860
deploy: