# infrastructure **Repository Path**: xiayi/infrastructure ## Basic Information - **Project Name**: infrastructure - **Description**: 利用 docker-compose 搭建基础环境 - **Primary Language**: Docker - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-01-22 - **Last Updated**: 2025-07-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 基础设备依赖搭建包括:mysql,redis,rabbitmq,mongodb 达到快速搭建环境目的 ```sh # 创建网络 docker network create --driver bridge dev-network # 启动 docker-compose up -d # 停止 docker-compose down # 帮助 docker-compose help ``` 数据库设置权限否则无法启动 chmod -R 777 ./mysql