-
Notifications
You must be signed in to change notification settings - Fork 96
Expand file tree
/
Copy pathdocker-compose.cn.yml
More file actions
69 lines (49 loc) · 1.98 KB
/
Copy pathdocker-compose.cn.yml
File metadata and controls
69 lines (49 loc) · 1.98 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
# Docker Compose override for China network environment
# This file overrides image sources to use Alibaba Cloud Container Registry (ACR)
# for faster image pulling in mainland China.
#
# Usage: ./tgo.sh install --cn
#
# This file is part of the project and can be manually edited if needed.
name: tgo-suite
services:
# Infrastructure services - using Alibaba Cloud mirrors
postgres:
image: registry.cn-shanghai.aliyuncs.com/tgoai/pgvector:pg16
redis:
image: registry.cn-shanghai.aliyuncs.com/tgoai/redis:7-alpine
# wukongim
wukongim:
image: registry.cn-shanghai.aliyuncs.com/wukongim/wukongim:v2.2.5-20260422
# TGO application services - using Alibaba Cloud ACR
tgo-rag-worker:
image: registry.cn-shanghai.aliyuncs.com/tgoai/tgo-rag:latest
tgo-rag-beat:
image: registry.cn-shanghai.aliyuncs.com/tgoai/tgo-rag:latest
tgo-celery-flower:
image: registry.cn-shanghai.aliyuncs.com/tgoai/flower:2.0
tgo-rag:
image: registry.cn-shanghai.aliyuncs.com/tgoai/tgo-rag:latest
tgo-ai:
image: registry.cn-shanghai.aliyuncs.com/tgoai/tgo-ai:latest
tgo-api:
image: registry.cn-shanghai.aliyuncs.com/tgoai/tgo-api:latest
tgo-plugin-runtime:
image: registry.cn-shanghai.aliyuncs.com/tgoai/tgo-plugin-runtime:latest
tgo-device-control:
image: registry.cn-shanghai.aliyuncs.com/tgoai/tgo-device-control:latest
tgo-platform:
image: registry.cn-shanghai.aliyuncs.com/tgoai/tgo-platform:latest
tgo-workflow:
image: registry.cn-shanghai.aliyuncs.com/tgoai/tgo-workflow:latest
tgo-workflow-worker:
image: registry.cn-shanghai.aliyuncs.com/tgoai/tgo-workflow:latest
tgo-web:
image: registry.cn-shanghai.aliyuncs.com/tgoai/tgo-web:latest
tgo-widget-js:
image: registry.cn-shanghai.aliyuncs.com/tgoai/tgo-widget-js:latest
# Nginx and Certbot services - using Alibaba Cloud mirrors
nginx:
image: registry.cn-shanghai.aliyuncs.com/tgoai/nginx:alpine
certbot:
image: registry.cn-shanghai.aliyuncs.com/tgoai/certbot:latest