File tree 1 file changed +11
-0
lines changed
1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change 8
8
** Table of Contents**
9
9
10
10
- [ Hayhooks] ( #hayhooks )
11
+ - [ ] ( # )
11
12
- [ Quick start] ( #quick-start )
12
13
- [ Install the package] ( #install-the-package )
13
14
- [ Check Hayhooks status] ( #check-hayhooks-status )
@@ -148,6 +149,16 @@ $ docker buildx bake
148
149
...
149
150
```
150
151
152
+ There are 2 special folders in the container you can override using a ` mount ` :
153
+ 1 . A folder containing pipeline definitions that will be automatically deployed when the container starts
154
+ 2 . A folder containing custom components that Haystack will be able to import if part of a pipeline
155
+
156
+ For example, you can mount a local ` ./pipelines ` folder containing pipelines you want to run at start-up like this:
157
+
158
+ ``` console
159
+ $ docker run --rm -p 1416:1416 -v $PWD /pipelines:/opt/pipelines " deepset/hayhooks:main"
160
+ ```
161
+
151
162
## Next steps
152
163
153
164
At this stage Hayhooks is just a prototype, the natural next steps would be:
You can’t perform that action at this time.
0 commit comments