Merge branch 'pr-2590' into localApps

This commit is contained in:
okxlin 2024-11-13 03:25:07 +08:00
commit c418a5b848
5 changed files with 87 additions and 0 deletions

10
apps/udyk-ce/6.0/data.yml Normal file
View File

@ -0,0 +1,10 @@
additionalProperties:
formFields:
- default: 48080
edit: true
envKey: PANEL_APP_PORT_HTTP
labelEn: Port
labelZh: 端口
required: true
rule: paramPort
type: number

View File

@ -0,0 +1,63 @@
services:
panel:
container_name: udyk-ce-panel
image: registry.cn-shanghai.aliyuncs.com/youdeyunke/ce:panel
restart: on-failure:3
expose:
- 80
ports:
- ${PANEL_APP_PORT_HTTP}:80
environment:
TZ: "Asia/Shanghai"
LANG: "C.UTF-8"
depends_on:
- server
volumes:
- "./data/tmp:/tmp"
- "./data/upload:/app/filestore"
server:
container_name: udyk-ce-server
image: registry.cn-shanghai.aliyuncs.com/youdeyunke/ce:server
platform: "linux/x86_64" # 如果是m芯片必须加这个
privileged: true
restart: always
expose:
- 8080
environment:
TZ: "Asia/Shanghai"
LANG: "C.UTF-8"
depends_on:
- redis
- db
volumes:
- "./data/tmp:/tmp"
- "./data/upload:/app/upload/"
redis:
container_name: udyk-ce-redis
restart: "always"
image: registry.cn-shanghai.aliyuncs.com/youdeyunke/common:redis-4.0
command: redis-server --bind 0.0.0.0 --appendonly yes
environment:
TZ: "Asia/Shanghai"
LANG: "C.UTF-8"
volumes:
- ./data/redis:/data
expose:
- 6379
db:
container_name: udyk-ce-db
restart: "always"
image: registry.cn-shanghai.aliyuncs.com/youdeyunke/common:mysql-8.0.3
expose:
- 3306
volumes:
- ./data/mysql:/var/lib/mysql
environment:
MYSQL_DATABASE: udyk_community
LANG: "C.UTF-8"
TZ: "Asia/Shanghai"
MYSQL_ROOT_PASSWORD: "udyk@2023"

1
apps/udyk-ce/README.md Normal file
View File

@ -0,0 +1 @@
友得云客房产小程序是一款专为房产行业打造的开源的线上营销获客小程序功能包括一手房、二手房、租房房源发布、二维码海报、置业顾问电子名片适用于房产开发商、代理商、房产自媒体等行业拥有众多成功案例。前端采用微信小程序原生开发后端采用java开发社区版全部开源免费您可以在此基础上进行修改和扩展以适应您自己的业务。本项目所用技术栈有java/springboot、js/vue. 初始管理账号为:admin@example.com 密码为:88888888

13
apps/udyk-ce/data.yml Normal file
View File

@ -0,0 +1,13 @@
additionalProperties:
key: udyk-ce
name: 友得云客房产系统(社区版)
tags:
- WebSite
shortDescZh: 为房产行业打造的开源的线上营销获客系统
shortDescEn: An open-source online marketing and customer acquisition system tailored for the real estate industry.
type: website
crossVersionUpdate: false
limit: 1
website: https://www.youdeyunke.com
github: https://github.com/youdeyunke/app
document: https://youdeyunke.yuque.com/r/organizations/homepage

BIN
apps/udyk-ce/logo.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 190 KiB