# wang-template-compose
**Repository Path**: i52jing/wang-template-compose
## Basic Information
- **Project Name**: wang-template-compose
- **Description**: 快速部署WangTemplate前后端服务。
- **Primary Language**: Unknown
- **License**: Apache-2.0
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 3
- **Forks**: 1
- **Created**: 2024-06-22
- **Last Updated**: 2025-02-20
## Categories & Tags
**Categories**: Uncategorized
**Tags**: Docker, docker-compose
## README
# Wang Template Compose
## 说明
本项目用于快速部署 WangTemplate 报告生成平台。
前端地址:
- Github: [https://github.com/52jing/wang-template-admin](https://github.com/52jing/wang-template-admin)
- Gitee: [https://gitee.com/i52jing/wang-template-admin](https://gitee.com/i52jing/wang-template-admin)
后端地址:
- Github: [https://github.com/52jing/wang-template-backend](https://github.com/52jing/wang-template-backend)
- Gitee: [https://gitee.com/i52jing/wang-template-backend](https://gitee.com/i52jing/wang-template-backend)
## 准备
请先安装 Docker 及 Docker Compose。
## 配置
可修改后端服务配置 `backend/config/application-prod.yml` 及 Nginx 负载均衡配置 `nginx/server.conf`。
## 启动
```
docker-compose up -d
```
访问 `http://localhost:8500` 。