init(*):初始化;使用sun-panel作为前端;使用dockge管理dockercompose
This commit is contained in:
		
							
								
								
									
										1
									
								
								toolbox-ocr/.env
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										1
									
								
								toolbox-ocr/.env
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1 @@ | ||||
| # VARIABLE=value #comment | ||||
							
								
								
									
										20
									
								
								toolbox-ocr/compose.yaml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										20
									
								
								toolbox-ocr/compose.yaml
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,20 @@ | ||||
| version: "3.8" | ||||
| services: | ||||
|   toolbox-ocr: | ||||
|     image: docker.citory.tech/public/toolbox-ocr:1.0.0 | ||||
|     container_name: toolbox-ocr | ||||
|     ports: | ||||
|       - 10585:8080 | ||||
|     deploy: | ||||
|       resources: | ||||
|         reservations: | ||||
|           devices: | ||||
|             - driver: nvidia | ||||
|               count: all | ||||
|               capabilities: | ||||
|                 - gpu | ||||
|     restart: always | ||||
|     runtime: nvidia | ||||
| x-dockge: | ||||
|   urls: | ||||
|     - http://local.citory.tech:10585 | ||||
		Reference in New Issue
	
	Block a user