Skip to content

Commit d695532

Browse files
committed
refactor(unused): remove unused
1 parent aef569a commit d695532

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

compose-dev.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ services:
22
api:
33
image: api:prod
44
build:
5-
context: .
65
dockerfile: ./backend/api/Dockerfile
76
entrypoint: uv run fastapi run api/main.py --root-path=/api --reload
87
env_file:
@@ -17,7 +16,6 @@ services:
1716
mcp:
1817
image: mcp:prod
1918
build:
20-
context: .
2119
dockerfile: ./backend/mcp/Dockerfile
2220
environment:
2321
- MCP_SERVER_PORT=${MCP_SERVER_PORT}
@@ -48,7 +46,6 @@ services:
4846
inspector:
4947
image: inspector:prod
5048
build:
51-
context: .
5249
dockerfile: ./inspector/Dockerfile
5350
ports:
5451
- 6274:6274

0 commit comments

Comments
 (0)