1
0

feat:添加mt-photos-deepface到列表

This commit is contained in:
okxlin
2024-12-12 17:50:00 +08:00
parent ac4b87c6b2
commit 6a87bf8a57
12 changed files with 146 additions and 0 deletions

View File

@@ -0,0 +1,22 @@
services:
mt-photos-deepface:
image: "mtphotos/mt-photos-deepface:cuda-latest"
container_name: ${CONTAINER_NAME}
restart: always
networks:
- 1panel-network
ports:
- "${PANEL_APP_PORT_HTTP}:8066"
environment:
- API_AUTH_KEY=${API_AUTH_KEY}
deploy:
resources:
reservations:
devices:
- capabilities: [gpu]
labels:
createdBy: "Apps"
networks:
1panel-network:
external: true