We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aef569a commit d695532Copy full SHA for d695532
compose-dev.yaml
@@ -2,7 +2,6 @@ services:
2
api:
3
image: api:prod
4
build:
5
- context: .
6
dockerfile: ./backend/api/Dockerfile
7
entrypoint: uv run fastapi run api/main.py --root-path=/api --reload
8
env_file:
@@ -17,7 +16,6 @@ services:
17
16
mcp:
18
image: mcp:prod
19
20
21
dockerfile: ./backend/mcp/Dockerfile
22
environment:
23
- MCP_SERVER_PORT=${MCP_SERVER_PORT}
@@ -48,7 +46,6 @@ services:
48
46
inspector:
49
47
image: inspector:prod
50
51
52
dockerfile: ./inspector/Dockerfile
53
ports:
54
- 6274:6274
0 commit comments