

chore: add docker compose watch attribute
@038131a3ffb1a8b0ec71d1c77fe352d9a76c7285
--- compose.yaml
+++ compose.yaml
... | ... | @@ -13,6 +13,10 @@ |
13 | 13 |
restart: unless-stopped |
14 | 14 |
ports: |
15 | 15 |
- 8000:8000 |
16 |
+ develop: |
|
17 |
+ watch: |
|
18 |
+ - path: faster_whisper_server |
|
19 |
+ action: rebuild |
|
16 | 20 |
deploy: |
17 | 21 |
resources: |
18 | 22 |
reservations: |
... | ... | @@ -31,3 +35,7 @@ |
31 | 35 |
restart: unless-stopped |
32 | 36 |
ports: |
33 | 37 |
- 8000:8000 |
38 |
+ develop: |
|
39 |
+ watch: |
|
40 |
+ - path: faster_whisper_server |
|
41 |
+ action: rebuild |
Add a comment
Delete comment
Once you delete this comment, you won't be able to recover it. Are you sure you want to delete this comment?