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 5e68ba9 commit 62e3ac0Copy full SHA for 62e3ac0
compose.yaml
@@ -2,7 +2,7 @@ services:
2
api:
3
image: api:prod
4
env_file:
5
- - ./envs/shared_mcp.env
+ - .env
6
restart: unless-stopped
7
healthcheck:
8
test: curl -f http://localhost:8000/docs
@@ -13,7 +13,7 @@ services:
13
mcp:
14
image: mcp:prod
15
16
17
18
19
nginx:
0 commit comments