1
0

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
This commit is contained in:
pooneyy
2026-02-23 12:25:08 +08:00
parent e7b6d9cb43
commit 7a48102b88
7 changed files with 72 additions and 64 deletions

View File

@@ -0,0 +1,13 @@
additionalProperties:
formFields:
- default: "40320"
edit: true
envKey: PANEL_APP_PORT_HTTP
labelEn: Port
labelZh: 端口
label:
en: Port
zh: 端口
required: true
rule: paramPort
type: number