version 2
This commit is contained in:
@ -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"
|
||||
|
||||
Reference in New Issue
Block a user