feat:添加rembg到列表#1566
This commit is contained in:
21
apps/rembg/latest-gpu/docker-compose.yml
Normal file
21
apps/rembg/latest-gpu/docker-compose.yml
Normal file
@@ -0,0 +1,21 @@
|
||||
services:
|
||||
rembg:
|
||||
image: "danielgatis/rembg:latest"
|
||||
container_name: ${CONTAINER_NAME}
|
||||
restart: always
|
||||
networks:
|
||||
- 1panel-network
|
||||
ports:
|
||||
- "${PANEL_APP_PORT_HTTP}:7000"
|
||||
command: "${COMMAND}"
|
||||
deploy:
|
||||
resources:
|
||||
reservations:
|
||||
devices:
|
||||
- capabilities: [gpu]
|
||||
labels:
|
||||
createdBy: "Apps"
|
||||
|
||||
networks:
|
||||
1panel-network:
|
||||
external: true
|
||||
Reference in New Issue
Block a user