Add docker-service stubs and ignore runtime artifacts.

This tracks compose and source files for mcp-stub/phoenix while excluding local runtime data and wheel artifacts.

Made-with: Cursor
This commit is contained in:
Barabashka
2026-04-23 12:44:12 +03:00
parent 6ff2c8b754
commit 53d666f0e0
8 changed files with 213 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
services:
mcp-stub:
build:
context: .
dockerfile: Dockerfile
image: local-mcp-stub:latest
restart: unless-stopped
ports:
- "8081:8081"