stream file upload dtpm grpc compression new actix static server package updated config with directory sample
		
			
				
	
	
		
			21 lines
		
	
	
		
			454 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			21 lines
		
	
	
		
			454 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| environments:
 | |
|   - name: APP_NAME
 | |
|     value: actix-test
 | |
|   - name: PORT
 | |
|     value: 8080
 | |
| #  - name: STATIC_DIR
 | |
| #    value: "/static/html_doc"
 | |
| child_processes:
 | |
|   - path: /bin/actix-static-server
 | |
|     arguments: []
 | |
|     restart:
 | |
|       max_retries: 2
 | |
|       delay_seconds: 2
 | |
|       policy: !OnNonZeroExit true
 | |
| filesystems:
 | |
|   - path: /host
 | |
|     content: !path "./src"
 | |
|   - path: /host
 | |
|     content: !path "./samples"
 | |
| #  - path: /static
 | |
| #    content: !path "./html_doc" |