Fedir Zadniprovskyi commited on
Commit
00db026
·
1 Parent(s): 93ac8e8

chore: add docker compose watch attribute

Browse files
Files changed (1) hide show
  1. compose.yaml +8 -0
compose.yaml CHANGED
@@ -13,6 +13,10 @@ services:
13
  restart: unless-stopped
14
  ports:
15
  - 8000:8000
 
 
 
 
16
  deploy:
17
  resources:
18
  reservations:
@@ -31,3 +35,7 @@ services:
31
  restart: unless-stopped
32
  ports:
33
  - 8000:8000
 
 
 
 
 
13
  restart: unless-stopped
14
  ports:
15
  - 8000:8000
16
+ develop:
17
+ watch:
18
+ - path: faster_whisper_server
19
+ action: rebuild
20
  deploy:
21
  resources:
22
  reservations:
 
35
  restart: unless-stopped
36
  ports:
37
  - 8000:8000
38
+ develop:
39
+ watch:
40
+ - path: faster_whisper_server
41
+ action: rebuild