init code

This commit is contained in:
fish
2025-10-03 16:39:24 +08:00
parent d3008ab9f5
commit 1e9cdda192
61 changed files with 3196 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: