|
|
本帖最后由 thaizxj 于 2025-6-18 15:54 编辑
自己也搭了一套,感觉还行
传送门:https://yucoder.cn/
前端地址:https://github.com/lhccong/fish-island-frontend
后端地址:https://github.com/lhccong/fish-island-backend
缺点就是前端后端都要自己编译打包 需要一定的基础
打包好一个后端
mysql只能用本机的, 自己创建一个fish数据库 用户名fish 密码123456
再安装一个redis 也只能本地, 端口6379 无密码
启动脚本:docker run -d -e TZ=Asia/Shanghai --restart=always --network host --name "fish-island" 1040155/fish-island:latest
后端使用的端口8123和8090
使用--network host的原因是让后端能通过127.0.0.1这个地址连接mysql和redis
前端地址:https://github.com/e5sub/fish-island-frontend dist文件夹就是
有bug请反馈 |
|