refactor: restructure chat-vault to services architecture

This commit is contained in:
tukuaiai
2025-12-29 06:28:04 +08:00
parent ff0c01e830
commit e034d941c2
178 changed files with 54738 additions and 307 deletions
+7
View File
@@ -0,0 +1,7 @@
#!/bin/bash
# 部署脚本
set -e
echo "Deploying..."
# docker-compose up -d
echo "Done!"