version 2

This commit is contained in:
Jacquin Antoine
2026-02-21 23:27:11 +01:00
parent f22e0303b7
commit e19d4069ce
8 changed files with 147 additions and 0 deletions

View File

@ -17,3 +17,12 @@ services:
- chroma-db
ports:
- "8080:8080"
# Simulateur MCP pour l'Inventaire & Config
mcp-inventory:
build: ./mcp-simulator
container_name: ops-gpt-mcp
volumes:
- ./data:/app/data:ro
ports:
- "8081:8080"