Skip to content

Commit 62e3ac0

Browse files
committed
fix(envs): remove unused envs
1 parent 5e68ba9 commit 62e3ac0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

compose.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ services:
22
api:
33
image: api:prod
44
env_file:
5-
- ./envs/shared_mcp.env
5+
- .env
66
restart: unless-stopped
77
healthcheck:
88
test: curl -f http://localhost:8000/docs
@@ -13,7 +13,7 @@ services:
1313
mcp:
1414
image: mcp:prod
1515
env_file:
16-
- ./envs/shared_mcp.env
16+
- .env
1717
restart: unless-stopped
1818

1919
nginx:

0 commit comments

Comments
 (0)