1 Star 0 Fork 0

诣成/star_graph

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
docker-compose-env.yml 713 Bytes
一键复制 编辑 原始数据 按行查看 历史
zhuyicheng 提交于 2024-10-18 11:46 . 1.基础开发环境配置:
version: "3.0"
services:
"comfyui":
container_name: "comfyui"
ports:
- 8188:8188
volumes:
- /root/data/ComfyUI/custom_nodes:/root/data/ComfyUI/custom_nodes
- /root/data/ComfyUI/input:/root/data/ComfyUI/input
- /root/data/ComfyUI/output:/root/data/ComfyUI/output
- /root/data/ComfyUI/models:/root/data/ComfyUI/models
image: comfyui:0.0.2
"mysql":
container_name: "mysql"
ports:
- 3306:3306
volumes:
- /root/data/mysql/data:/var/lib/mysql
- /root/data/mysql/my.cnf:/etc/mysql/my.cnf
environment:
- MYSQL_ROOT_PASSWORD=root
image: mysql
"redis":
container_name: "redis"
ports:
- 6379:6379
image: redis
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/zliber/star_graph.git
git@gitee.com:zliber/star_graph.git
zliber
star_graph
star_graph
master

搜索帮助