docker初步构想

This commit is contained in:
2025-12-28 18:30:17 +08:00
parent 0beb631512
commit 154ac7f61c
2300 changed files with 8729 additions and 252 deletions

12
docker/stop.sh Normal file
View File

@@ -0,0 +1,12 @@
#!/bin/bash
##############################################
# Urban Lifeline - 停止脚本
##############################################
SCRIPT_DIR=$(cd "$(dirname "$0")" && pwd)
cd "${SCRIPT_DIR}"
echo "停止所有服务..."
docker compose --profile all down
echo "✓ 所有服务已停止"