chore: add readme for modal builder
This commit is contained in:
		
							parent
							
								
									fd9378b2a4
								
							
						
					
					
						commit
						d6707295cc
					
				
							
								
								
									
										3
									
								
								builder/modal-builder/.env.example
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										3
									
								
								builder/modal-builder/.env.example
									
									
									
									
									
										Normal file
									
								
							@ -0,0 +1,3 @@
 | 
				
			|||||||
 | 
					MODAL_TOKEN_ID=
 | 
				
			||||||
 | 
					MODAL_TOKEN_SECRET=
 | 
				
			||||||
 | 
					DEPLOY_TEST_FLAG=True
 | 
				
			||||||
							
								
								
									
										22
									
								
								builder/modal-builder/README.md
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										22
									
								
								builder/modal-builder/README.md
									
									
									
									
									
										Normal file
									
								
							@ -0,0 +1,22 @@
 | 
				
			|||||||
 | 
					# Modal Builder
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					This is a standalone docker fast api app that will takes in require snapshot of the machine and build it as a new modal apps and returns back the deployment url.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					Environment variable, get it from you [modal accounts](https://modal.com/bennykok/settings/tokens)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					```shellscript
 | 
				
			||||||
 | 
					MODAL_TOKEN_ID=
 | 
				
			||||||
 | 
					MODAL_TOKEN_SECRET=
 | 
				
			||||||
 | 
					```
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					To run locally
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					```
 | 
				
			||||||
 | 
					docker build -t bennykok/comfydeploy-builder:dev . && docker run --env-file .env -p 8080:8080 bennykok/comfydeploy-builder:dev
 | 
				
			||||||
 | 
					```
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					To deploy
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					```
 | 
				
			||||||
 | 
					fly deploy
 | 
				
			||||||
 | 
					```
 | 
				
			||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user