File tree Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ Copy and paste `docker-compose.yml` to folder of your choice (recommended to be
109109version : ' 3.8' 
110110services :
111111  chrysedgeportal :
112-     image : chryscloud/chrysedgeportal:0.0.4  
112+     image : chryscloud/chrysedgeportal:0.0.5  
113113    depends_on :
114114      - chrysedgeserver 
115115      - redis 
@@ -118,7 +118,7 @@ services:
118118    networks :
119119      - chrysnet 
120120  chrysedgeserver :
121-     image : chryscloud/chrysedgeserver:0.0.4  
121+     image : chryscloud/chrysedgeserver:0.0.5  
122122    restart : always 
123123    depends_on :
124124      - redis 
@@ -150,17 +150,14 @@ networks:
150150    name : chrysnet 
151151` ` ` 
152152
153- Pull a RTSP container that video-edge-ai-proxy will run for your CCTV Network IP cameras (currently H.264 support only): 
154- ` ` ` bash 
155- docker pull chryscloud/chrysedgeproxy:0.0.2 
156- ``` 
157- 
158153Start video-edge-ai-proxy: 
159154` ` ` bash 
160155docker-compose pull 
161156docker-compose up -d --no-build 
162157``` 
163158
159+ (Currently H.264 support only)
160+ 
164161Open browser and visit ` chrysalisportal `  at address: ` http://localhost ` 
165162
166163## Portal usage  
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments