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

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