chaiyd

Results 19 comments of chaiyd

> Any idea on how automatize it? ## Automatic updates can be achieved through workflows - https://github.com/chaiyd/docker/blob/master/.github/workflows/conda-python3.9.yml ## I hope that configuration initialization can be achieved by adding env -...

- update nginx 1.20.1 - https://hub.docker.com/r/chaiyd/nginx - alpine 3.14 make install nginx 1.20.1 err - use alpine 1.13 make install

查看创建的数据库是不是用的utf8mb4,改成utf4,重新尝试看看

@Uetty 可以先看下docker目录中的文档,目前先使用手动的方式进行初始化。 后续对于初始化这块我处理一下 ``` version: '3' services: yearning: image: chaiyd/yearning:latest environment: MYSQL_USER: yearning MYSQL_PASSWORD: ukC2ZkcG_ZTeb MYSQL_ADDR: mysql MYSQL_DB: yearning ports: - 8000:8000 # 首次使用请先初始化 #command: /bin/bash -c "./Yearning install" #volumes:...

> **Describe the bug** **描述Bug** 使用docker/docker-compose.yml 部署 > > 使用信息:# 默认账号:admin,默认密码:Yearning_admin > > **To Reproduce** **如何复现** > > 使用2.3.5版本中的 docker-compose部署, 方式: 在docker目录下 docker-compose up -d 启动后即可。 确认下是否使用的是docker-compose中的数据库。如不是需要先创建好数据库

> > 进到容器里面, 执行下install命令 > > 我执行install时,提示已经初始化,不能再次初始化。我看了一下db里的yearning库,表是都建了,但是account表里没有记录。我手工加了一条记录之后,登录提示500,后台log报了个错: > > ``` > > yee v0.2.3 [Warn] 2022-05-16 15:14:06 "url":"/login" "method":"POST" "status":500 "protocol":"HTTP/1.1" "remote_ip":"192.168.8.150" "bytes_in": "39 bytes" "bytes_out": "21 bytes" > >...

> > > > 进到容器里面, 执行下install命令 > > > > > > > > > 我执行install时,提示已经初始化,不能再次初始化。我看了一下db里的yearning库,表是都建了,但是account表里没有记录。我手工加了一条记录之后,登录提示500,后台log报了个错: > > > ``` > > > > > > yee v0.2.3 [Warn] 2022-05-16...

> > yearning > > 删掉库之后,再次手动新增库,再执行install,这次可以登录——这个步骤,跟我第一次的操作一模一样呀? - 如图,首次安装把command 取消注释。先初始化,初始化完成之后把这一行删掉重启 - https://github.com/cookieY/Yearning/tree/next/docker ![image](https://user-images.githubusercontent.com/34934673/168722184-d0d16e16-753b-457c-b76e-65fad0f3a99f.png)

You can refer to this - https://github.com/chaiyd/docker/tree/master/conda

试试我修改过的 https://github.com/chaiyd/mm-wiki.git 可以使用docker 目录中的docker-compose直接启动