1
0

feat:添加hivision-id-photo到列表

This commit is contained in:
okxlin
2024-12-12 00:54:19 +08:00
parent 56ef30d060
commit a690ae06bf
12 changed files with 275 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
services:
hivision-id-photo:
image: "linzeyi/hivision_idphotos:latest"
container_name: ${CONTAINER_NAME}
restart: always
networks:
- 1panel-network
ports:
- "${PANEL_APP_PORT_HTTP}:${PANEL_APP_PORT_HTTP_INTERNAL}"
environment:
- FACE_PLUS_API_KEY=${FACE_PLUS_API_KEY}
- FACE_PLUS_API_SECRET=${FACE_PLUS_API_SECRET}
- RUN_MODE=${RUN_MODE}
- DEFAULT_LANG=${DEFAULT_LANG}
command: ${COMMAND}
labels:
createdBy: "Apps"
networks:
1panel-network:
external: true