chore: initialize migration workspace

This commit is contained in:
2026-07-02 10:38:13 +08:00
commit 705aec6ab2
44 changed files with 5988 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
# deploy
本目录用于放置部署相关文件:
- `docker/`Dockerfile、compose、镜像说明
- `systemd/`service 文件和 Linux 启动说明
后续如需 Nginx 配置、环境变量模板,也统一放在本目录。

View File

@@ -0,0 +1,7 @@
# docker
本目录预留给 Docker 部署资产:
- `Dockerfile`
- `docker-compose.yml`
- 镜像构建与运行说明

View File

@@ -0,0 +1,7 @@
# systemd
本目录预留给 Linux `systemd` 部署资产:
- `MesUniversalApi.Api.service`
- 环境变量说明
- 启停命令说明