保留最新代码,清除历史记录

This commit is contained in:
vipg
2025-10-09 18:19:57 +08:00
commit b44e40f25d
77 changed files with 4115 additions and 0 deletions

9
docker-compose.base.yaml Normal file
View File

@@ -0,0 +1,9 @@
# 共享网络和基础配置
networks:
user-network:
driver: bridge
# 如需跨服务共享数据卷,可在此定义
# volumes:
# 示例:若未来有共享数据需求,可在此声明
# shared-data: