Spaces:
Sleeping
Sleeping
Commit ·
3303b0a
1
Parent(s): b56d671
Sistema buildado
Browse files
docker-compose.yaml
CHANGED
|
@@ -9,7 +9,7 @@ services:
|
|
| 9 |
- ./open-webui/images/favicon.png:/app/build/favicon.png
|
| 10 |
- ./open-webui/_data:/app/backend/data
|
| 11 |
ports:
|
| 12 |
-
-
|
| 13 |
env_file:
|
| 14 |
- .env
|
| 15 |
depends_on:
|
|
@@ -23,7 +23,7 @@ services:
|
|
| 23 |
volumes:
|
| 24 |
- ./langflow/data:/app/langflow
|
| 25 |
ports:
|
| 26 |
-
- 7860:7860
|
| 27 |
env_file:
|
| 28 |
- .env
|
| 29 |
depends_on:
|
|
|
|
| 9 |
- ./open-webui/images/favicon.png:/app/build/favicon.png
|
| 10 |
- ./open-webui/_data:/app/backend/data
|
| 11 |
ports:
|
| 12 |
+
- 8081:8080 # Expondo o Open WebUI em uma porta diferente para evitar conflito com o Langflow
|
| 13 |
env_file:
|
| 14 |
- .env
|
| 15 |
depends_on:
|
|
|
|
| 23 |
volumes:
|
| 24 |
- ./langflow/data:/app/langflow
|
| 25 |
ports:
|
| 26 |
+
- 7860:7860 # Porta principal que o Hugging Face Spaces usará
|
| 27 |
env_file:
|
| 28 |
- .env
|
| 29 |
depends_on:
|
open-webui/_data/vector_db/chroma.sqlite3
ADDED
|
Binary file (156 kB). View file
|
|
|