Skip to content

Commit

Permalink
Added volumes for outputs, extensions, embeddings and configs so that…
Browse files Browse the repository at this point in the history
… they are persisted across restarts
  • Loading branch information
ShadowCrafter011 committed Dec 22, 2024
1 parent d150bd0 commit 3335f4a
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 3335f4a

Please sign in to comment.