test: Add restart to mcp containers in docker-compose.yml

This commit is contained in:
Chris Coutinho
2025-10-13 20:03:30 +02:00
parent 558f5ab6a4
commit f48d3714d2
+2
View File
@@ -47,6 +47,7 @@ services:
mcp:
build: .
command: ["--transport", "streamable-http"]
restart: always
depends_on:
- app
ports:
@@ -61,6 +62,7 @@ services:
mcp-oauth:
build: .
command: ["--transport", "streamable-http", "--oauth", "--port", "8001"]
restart: always
depends_on:
- app
ports: