chore: 优化 Docker Compose 容器编排文件,进一步简化安装过程

This commit is contained in:
xiongxiaoyang
2023-04-02 01:56:30 +08:00
parent a0f5bb8449
commit eb26b6e599
5 changed files with 89 additions and 43 deletions

View File

@@ -8,7 +8,6 @@ import io.github.xxyopen.novel.book.service.BookService;
import io.github.xxyopen.novel.common.constant.ApiRouterConsts;
import io.github.xxyopen.novel.common.resp.PageRespDto;
import io.github.xxyopen.novel.common.resp.RestResp;
import io.github.xxyopen.novel.user.dto.resp.UserInfoRespDto;
import io.swagger.v3.oas.annotations.Operation;
import io.swagger.v3.oas.annotations.Parameter;
import io.swagger.v3.oas.annotations.tags.Tag;