1
0
Fork 0

feat(tangsengdaodao): update app from version 1.5 to 2.0

- rename directory structure from `apps/tangsengdaodao/1.5/` to `apps/tangsengdaodao/2.0/`
- update docker-compose image tags for wukongim and server services
  - wukongim: `v1.2` → `v2.2.3-20260128`
  - tangsengdaodaoserver: `v1.5` → `v2`
This commit is contained in:
pooneyy 2026-02-23 11:27:51 +08:00
parent 3b27afb71a
commit e7b6d9cb43
No known key found for this signature in database
3 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
services:
tsddwukongim: # 唐僧叨叨通讯服务悟空IM
container_name: ${CONTAINER_NAME}-wukongim
image: "registry.cn-shanghai.aliyuncs.com/wukongim/wukongim:v1.2"
image: registry.cn-shanghai.aliyuncs.com/wukongim/wukongim:v2.2.3-20260128
restart: always
ports:
- "${PANEL_APP_PORT_WK_TCP}:5100" # tcp长连接端口外网开放
@ -23,7 +23,7 @@ services:
createdBy: "Apps"
tangsengdaodaoserver: # 唐僧叨叨的业务服务
container_name: ${CONTAINER_NAME}-tsdd-server
image: "registry.cn-shanghai.aliyuncs.com/wukongim/tangsengdaodaoserver:v1.5"
image: registry.cn-shanghai.aliyuncs.com/wukongim/tangsengdaodaoserver:v2
restart: always
command: "api"
healthcheck: