1 Star 0 Fork 1

初音落天/Yunzai

forked from Yi/Yunzai 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
build.yaml 576 Bytes
一键复制 编辑 原始数据 按行查看 历史
Yi 提交于 2023-06-06 01:37 . first commit
version: "3"
services:
yunzai:
container_name: yunzai-bot-${BOT_NUM}
build: ./Docker
restart: always
ports:
- "${GUOBA_PORT}:50831"
volumes:
- ./Yunzai:/app/Yunzai
depends_on:
redis: { condition: service_healthy }
deploy:
resources:
limits:
memory: 2G
redis:
container_name: yunzai-redis-${BOT_NUM}
image: redis:alpine
restart: always
volumes:
- ./Redis:/data
healthcheck:
test: [ "CMD", "redis-cli", "PING" ]
start_period: 10s
interval: 5s
timeout: 1s
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Docker
1
https://gitee.com/chuyinluotian/yunzai.git
git@gitee.com:chuyinluotian/yunzai.git
chuyinluotian
yunzai
Yunzai
master

搜索帮助