Overview
- Full name
docker.io/taigaio/taiga-front- Registry
- docker.io
- Namespace
- taigaio
- Repository
- taiga-front
- Cached tags
- 38
- Last synced
- 07/06/2026, 01:49 AM
- Topics
Introduction
Taiga 敏捷项目管理前端镜像,Scrum/Kanban 看板 Web UI,需 Taiga 后端 API 与 PostgreSQL 数据库。
Details
taigaio/taiga-front 运行 Taiga 开源敏捷项目管理平台前端 SPA,提供 Scrum/Kanban 看板、Issue 跟踪与 Sprint 规划界面。定位为 PM 工具 Web 前端,需 taiga-back API 与 PostgreSQL/Redis 后端;docker compose 全栈或 K8s Deployment 内网项目管理。
快速启动
docker run -d --name taiga-front \
-p 9000:80 \
-e TAIGA_URL=http://taiga-back:8000 \
docker.io/taigaio/taiga-front:latest
推荐实践
docker run -d --name taiga-front \
--restart unless-stopped \
-p 9000:80 \
-e TAIGA_URL=https://taiga-api.internal \
-e PUBLIC_REGISTER_ENABLED=false \
docker.io/taigaio/taiga-front:6.8.0
核心参数说明
-p 9000:80— Taiga Web UI-e TAIGA_URL— taiga-back API 地址- 依赖 — taiga-back + PostgreSQL
- 注册 — PUBLIC_REGISTER_ENABLED 控制开放
Kubernetes
apiVersion: apps/v1
kind: Deployment
metadata:
name: taiga-front
spec:
replicas: 1
selector:
matchLabels:
app: taiga-front
template:
metadata:
labels:
app: taiga-front
spec:
containers:
- name: front
image: docker.io/taigaio/taiga-front:6.8.0
ports:
- containerPort: 80
env:
- name: TAIGA_URL
value: http://taiga-back:8000
---
apiVersion: v1
kind: Service
metadata:
name: taiga-front
spec:
selector:
app: taiga-front
ports:
- port: 80
targetPort: 80
taiga-back/PostgreSQL 独立 Deployment;Ingress 统一入口。
Latest tags (20)
View all 38 tags →| Tag | Arch | Pushed At | Size | Digest | Sync | Wish | Action |
|---|---|---|---|---|---|---|---|
docker.io/taigaio/taiga-front :6.10.3 | linux/amd64 | 2026/05/18 19:21 | 24.7 MB | sha256:570c8792ce80… | |||
docker.io/taigaio/taiga-front :latest | linux/amd64 | 2026/05/18 19:21 | 24.7 MB | sha256:570c8792ce80… | |||
docker.io/taigaio/taiga-front :6.9.0 | linux/amd64 | 2025/10/14 01:48 | 24.4 MB | sha256:35e3345e2a01… | |||
docker.io/taigaio/taiga-front :6.8.2 | linux/amd64 | 2025/03/10 17:49 | 24.4 MB | sha256:4ffeac6bca4e… | |||
docker.io/taigaio/taiga-front :6.8.1 | linux/amd64 | 2024/07/23 18:32 | 24.4 MB | sha256:2fd4876ad9eb… | |||
docker.io/taigaio/taiga-front :6.7.7 | linux/amd64 | 2024/02/27 01:11 | 24.4 MB | sha256:f12578225cca… | |||
docker.io/taigaio/taiga-front :6.7.6 | linux/amd64 | 2024/02/22 18:51 | 24.4 MB | sha256:335e7b537fed… | |||
docker.io/taigaio/taiga-front :6.7.5 | linux/amd64 | 2024/02/22 04:49 | 24.4 MB | sha256:920e0c5a47e6… | |||
docker.io/taigaio/taiga-front :6.7.4 | linux/amd64 | 2024/02/20 02:44 | 24.4 MB | sha256:6fb16f3703d9… | |||
docker.io/taigaio/taiga-front :6.7.1 | linux/amd64 | 2023/11/27 02:08 | 24.4 MB | sha256:7fbeda2b800d… | |||
docker.io/taigaio/taiga-front :6.7.0 | linux/amd64 | 2023/06/22 20:20 | 24.4 MB | sha256:3a22163d4093… | |||
docker.io/taigaio/taiga-front :6.6.0 | linux/amd64 | 2023/03/06 21:05 | 24.2 MB | sha256:8789e10fee4b… | |||
docker.io/taigaio/taiga-front :6.5.1 | linux/amd64 | 2022/02/01 17:17 | 17.1 MB | sha256:1802619ed67a… | |||
docker.io/taigaio/taiga-front :6.5.0 | linux/amd64 | 2022/01/24 19:54 | 17.1 MB | sha256:74ec9a1b0be1… | |||
docker.io/taigaio/taiga-front :6.4.2 | linux/amd64 | 2021/09/22 20:01 | 17.0 MB | sha256:4d367b1e1250… | |||
docker.io/taigaio/taiga-front :6.4.1 | linux/amd64 | 2021/09/09 16:02 | 17.1 MB | sha256:a70949a96c1f… | |||
docker.io/taigaio/taiga-front :6.4.0 | linux/amd64 | 2021/09/06 15:10 | 17.1 MB | sha256:5adb60cddf3b… | |||
docker.io/taigaio/taiga-front :6.3.3 | linux/amd64 | 2021/08/16 22:40 | 18.0 MB | sha256:ca4d696f34bd… | |||
docker.io/taigaio/taiga-front :6.3.2 | linux/amd64 | 2021/08/12 18:15 | 18.0 MB | sha256:121a96379476… | |||
docker.io/taigaio/taiga-front :6.3.1 | linux/amd64 | 2021/08/12 16:28 | 18.0 MB | sha256:4a1b1101c84d… |