1
0
Fork 0
1Panel-Appstore/apps/udyk
pooneyy 7a48102b88
refactor(udyk): migrate from community to pro edition and restructure app directory
- delete old community edition docker-compose.yml for version 6.0
- create new pro edition docker-compose.yml for version 6.2.668 with updated service architecture
- rename directory from `udyk-ce` to `udyk` and update file paths accordingly
- rename and update sample environment file and data configuration file
- update application display name in data.yml from "友得云客房产系统(社区版)" to "友得云客房产系统"
- update service images to pro edition tags (e.g., nginx-6.2.668, server-6.2.668, www-6.2.668)
- restructure services: replace `panel` service with separate `nginx` and `www` services
- update container names to remove `-ce` suffix (e.g., udyk-server instead of udyk-ce-server)
- adjust volume mounts and paths for new service structure
- preserve and relocate README.md and logo.png files
2026-02-23 12:25:08 +08:00
..
6.2.668
README.md
data.yml
logo.png

README.md

友得云客房产小程序-社区版

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

  • 初始管理账号为:admin@example.com
  • 密码为:88888888

使用说明

  • 注意,容器以privileged特权模式运行,注意安全问题。

  • 此程序为多容器编排,有安装MySQL,注意硬件性能。

  • 容器名等参数通过编排锁死,面板设置无效,更新升级可通过替换compose.yml重建,详情查看程序官方文档。