Загрузить файлы в «/»

This commit is contained in:
2026-04-21 00:39:52 +03:00
commit c7d2dfc9e4
5 changed files with 140 additions and 0 deletions

14
docker-compose.yml Normal file
View File

@@ -0,0 +1,14 @@
version: '3.8'
services:
analyzer:
build: .
ports:
- "9999:9999" # Порт для приема дампа трафика
environment:
- QDRANT_HOST=192.168.1.70 # Укажите IP вашего внешнего Qdrant
- QDRANT_PORT=6333
- OLLAMA_URL=http://192.168.1.70:11434
extra_hosts:
- "host.docker.internal:host-gateway"
restart: unless-stopped