镜像概览
- 完整引用
docker.io/exadel/compreface-admin- Registry
- docker.io
- 命名空间
- exadel
- 仓库
- compreface-admin
- 已缓存 Tag 数
- 11
- 最近同步
- 07/06/2026, 05:28 AM
简介
CompreFace 人脸识别管理后台 API 镜像,管理模型、API Key 与用户,需 CompreFace 核心与 PostgreSQL 同栈。
详细介绍
exadel/compreface-admin 运行 CompreFace 管理 REST API,配置人脸识别模型与 API 访问控制。定位为 AI 视觉管理 HTTP API,需 PostgreSQL 与 compreface-core;K8s Deployment 与 compreface-fe 同 namespace。
快速启动
docker run -d --name compreface-admin \
-p 8080:8080 \
-e POSTGRES_HOST=postgres \
docker.io/exadel/compreface-admin:latest
推荐实践
docker run -d --name compreface-admin \
--restart unless-stopped \
-p 8080:8080 \
-e POSTGRES_HOST=postgres.internal \
-e POSTGRES_PASSWORD=changeme \
docker.io/exadel/compreface-admin:1.2.0
核心参数说明
-p 8080:8080— Admin API 端口-e POSTGRES_HOST— 元数据库地址-e POSTGRES_PASSWORD— DB 密码(高敏)- 固定 tag — CompreFace pin
Kubernetes
apiVersion: apps/v1
kind: Deployment
metadata:
name: compreface-admin
spec:
replicas: 2
selector:
matchLabels:
app: compreface-admin
template:
metadata:
labels:
app: compreface-admin
spec:
containers:
- name: admin
image: docker.io/exadel/compreface-admin:1.2.0
ports:
- containerPort: 8080
envFrom:
- secretRef:
name: compreface-db
---
apiVersion: v1
kind: Service
metadata:
name: compreface-admin
spec:
selector:
app: compreface-admin
ports:
- port: 8080
targetPort: 8080
core/fe 独立 Deployment;GPU 可选加速推理。
最新 Tag(20 条)
查看全部 11 个 Tag →| Tag | 架构 | 推送时间 | 大小 | Digest | 同步 | 期望 | 操作 |
|---|---|---|---|---|---|---|---|
docker.io/exadel/compreface-admin :latest | linux/amd64 | 2023/08/15 04:29 | 150.9 MB | sha256:1d199d4d1ab7… | |||
docker.io/exadel/compreface-admin :1.2.0 | linux/amd64 | 2023/08/15 04:26 | 150.9 MB | sha256:1d199d4d1ab7… | |||
docker.io/exadel/compreface-admin :1.1.0 | linux/amd64 | 2023/03/09 21:02 | 129.2 MB | sha256:07173bbca66d… | |||
docker.io/exadel/compreface-admin :1.0.1 | linux/amd64 | 2022/07/13 17:50 | 128.2 MB | sha256:7ffbf277b303… | |||
docker.io/exadel/compreface-admin :1.0.0 | linux/amd64 | 2022/04/10 16:59 | 128.2 MB | sha256:e27f0941b284… | |||
docker.io/exadel/compreface-admin :0.6.1 | linux/amd64 | 2021/10/20 20:53 | 128.2 MB | sha256:5c0835959faf… | |||
docker.io/exadel/compreface-admin :0.6.0 | linux/amd64 | 2021/08/29 22:55 | 128.2 MB | sha256:69ffd0772f98… | |||
docker.io/exadel/compreface-admin :0.5.1 | linux/amd64 | 2021/05/30 17:35 | 127.9 MB | sha256:655f81d96c08… | |||
docker.io/exadel/compreface-admin :0.5.0 | linux/amd64 | 2021/04/25 16:51 | 127.9 MB | sha256:0c8be2803416… | |||
docker.io/exadel/compreface-admin :0.4.1 | linux/amd64 | 2021/01/23 22:45 | 124.8 MB | sha256:c3fc7fa87ce1… | |||
docker.io/exadel/compreface-admin :0.4.0 | linux/amd64 | 2020/11/28 21:28 | 124.8 MB | sha256:476d39a22ffd… |