diff --git a/compose.yml b/compose.yml index 2088e357cd7..0d713f4bfd4 100644 --- a/compose.yml +++ b/compose.yml @@ -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: