test: Add restart to mcp containers in docker-compose.yml
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user