mirror of
				https://github.com/open-webui/openapi-servers
				synced 2025-06-26 18:17:04 +00:00 
			
		
		
		
	feat: unified compose file
Adds unirifed compose file to orchestrate the example servers using a single command
This commit is contained in:
		
							parent
							
								
									d2239bbe12
								
							
						
					
					
						commit
						e80caf79ea
					
				
							
								
								
									
										17
									
								
								compose.yaml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										17
									
								
								compose.yaml
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1,17 @@ | ||||
| services: | ||||
|   filesystem-server: | ||||
|     build: | ||||
|       context: ./servers/filesystem | ||||
|     ports: | ||||
|       - 8081:8000 | ||||
|   memory-server: | ||||
|     build: | ||||
|       context: ./servers/memory | ||||
|     ports: | ||||
|       - 8082:8000 | ||||
|   time-server: | ||||
|     build: | ||||
|       context: ./servers/time | ||||
|     ports: | ||||
|       - 8083:8000 | ||||
| 
 | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user