refactor: 统一环境变量命名并整理配置文件格式

1. 将所有环境变量中的Volumes_PATH统一改为Volumes_Path
2. 把旧的.env.cnf文件重命名为.env.cfg
3. 将compose.yaml文件统一替换为stack.yml/compose.yml格式
4. 删除冗余的旧版compose配置文件
This commit is contained in:
2026-05-17 00:38:41 +08:00
parent 7bbe405201
commit c75c9884c8
23 changed files with 160 additions and 17 deletions

View File

@@ -3,8 +3,8 @@
services:
domain-admin:
volumes:
- '${Volumes_PATH}/database:/app/database'
- '${Volumes_PATH}/logs:/app/logs'
- '${Volumes_Path}/database:/app/database'
- '${Volumes_Path}/logs:/app/logs'
ports:
- '9800:8000'
environment: