Go to file
gxl e446d1c692 feat(nginx): 添加 nginx 服务的 docker compose 配置
- 配置 nginx 容器镜像为最新版本
- 设置容器名称为 nginx 并启用自动重启
- 映射端口 80 和 443 到宿主机
- 添加四个卷挂载用于日志、静态文件、证书和配置文件
- 挂载核心 nginx.conf 配置文件到容器内
2026-06-03 20:56:55 +08:00
.mvn/wrapper chore(project): 初始化 Spring Boot 项目结构 2026-06-02 11:18:42 +08:00
.woodpecker1 34 2026-06-03 11:31:56 +08:00
dockercompose feat(nginx): 添加 nginx 服务的 docker compose 配置 2026-06-03 20:56:55 +08:00
nginx/conf feat(infra): 添加 Gitea、Nexus 和 Woodpecker CI/CD 服务部署配置 2026-06-03 20:47:18 +08:00
src feat(controller): 添加Demo控制器并更新依赖配置 2026-06-02 11:24:39 +08:00
.gitattributes chore(project): 初始化 Spring Boot 项目结构 2026-06-02 11:18:42 +08:00
.gitignore chore(project): 初始化 Spring Boot 项目结构 2026-06-02 11:18:42 +08:00
.woodpecker.yaml 93 2026-06-03 20:21:59 +08:00
1.txt 24 2026-06-03 09:54:05 +08:00
Dockerfile 87 2026-06-03 19:44:50 +08:00
deploy.sh 10 2026-06-02 17:52:42 +08:00
docker-compose.yaml 14 2026-06-03 09:21:13 +08:00
mvnw chore(project): 初始化 Spring Boot 项目结构 2026-06-02 11:18:42 +08:00
mvnw.cmd chore(project): 初始化 Spring Boot 项目结构 2026-06-02 11:18:42 +08:00
pom.xml feat(controller): 添加Demo控制器并更新依赖配置 2026-06-02 11:24:39 +08:00