Загрузить файлы в «/»
This commit is contained in:
14
docker-compose.yml
Normal file
14
docker-compose.yml
Normal 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
|
||||
Reference in New Issue
Block a user