File tree Expand file tree Collapse file tree 3 files changed +154
-119
lines changed Expand file tree Collapse file tree 3 files changed +154
-119
lines changed Original file line number Diff line number Diff line change @@ -3,10 +3,6 @@ services:
3
3
image : dunglas/frankenphp
4
4
volumes :
5
5
- ./:/app
6
- - ../src/agent:/src/agent
7
- - ../src/ai-bundle:/src/ai-bundle
8
- - ../src/platform:/src/platform
9
- - ../src/store:/src/store
10
6
ports :
11
7
- 443:443
12
8
tty : true
@@ -15,10 +11,6 @@ services:
15
11
image : composer:latest
16
12
volumes :
17
13
- ./:/app
18
- - ../src/agent:/src/agent
19
- - ../src/ai-bundle:/src/ai-bundle
20
- - ../src/platform:/src/platform
21
- - ../src/store:/src/store
22
14
23
15
chromadb :
24
16
image : chromadb/chroma:0.5.23
Original file line number Diff line number Diff line change 113
113
" phpstan analyse" ,
114
114
" XDEBUG_MODE=coverage vendor/bin/phpunit --coverage-html=coverage"
115
115
]
116
- },
117
- "repositories" : [
118
- { "type" : " path" , "url" : " ../src/agent" },
119
- { "type" : " path" , "url" : " ../src/ai-bundle" },
120
- { "type" : " path" , "url" : " ../src/platform" },
121
- { "type" : " path" , "url" : " ../src/store" }
122
- ]
116
+ }
123
117
}
You can’t perform that action at this time.
0 commit comments