itnico
itnico
跟之前一样,fastgpt不能启动,因为它在等ob进入hearth,而ob一直在hearth:starting发自我的 iPhone在 2025年4月24日,15:06,Shiver ***@***.***> 写道: Amaranterre left a comment (labring/FastGPT#4642) 那应该就正常了呀,现在还是不能启动吗 —Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you authored the thread.Message...
因机器突然故障,待修好后再搞发自我的 iPhone在 2025年4月24日,16:39,Shiver ***@***.***> 写道: Amaranterre left a comment (labring/FastGPT#4642) 执行这一句试一下: docker inspect ob | grep healthcheck -A 1 —Reply to this email directly, view it on GitHub, or unsubscribe.You...
执行完这个没有返回任何东西 发自我的 iPhone > 在 2025年4月24日,16:39,Shiver ***@***.***> 写道: > > docker inspect ob | grep healthcheck -A 1
效果一样,你可以检查一下看跟aiproxy是否有冲突,因为无意中意外关机,因为aiproxy是设置的unless-stoped,重启后aiproxy容器没有启动,这时候发现fastgpt容器启动了。发自我的 iPhone在 2025年4月25日,14:52,Shiver ***@***.***> 写道: Amaranterre left a comment (labring/FastGPT#4642) 再测的时候麻烦更改一下docker-compose.yml中的healthcheck项的配置试试,将: healthcheck: # obclient -h127.0.0.1 -P2881 ***@***.*** -ptenantpassword -e "SELECT 1;" test: [ 'CMD-SHELL', 'obclient -h$OB_SERVER_IP -P2881 -uroot@$OB_TENANT_NAME -p$OB_TENANT_PASSWORD -e...
***@***.***:/volume2/docker/fastgpt-ob# docker inspect ob [ { "Id": "58df8d0abd9a0f2ea5ef22a92af9d7937caf62e9eff2fb75e473a1d7229db647", "Created": "2025-04-27T11:14:55.629402161Z", "Path": "bash", "Args": [ "-c", "/usr/sbin/sshd && /root/boot/start.sh" ], "State": { "Status": "running", "Running": true, "Paused": false, "Restarting": false, "OOMKilled":...
可以了,谢谢在 2025年4月27日,11:42,Shiver ***@***.***> 写道: Amaranterre left a comment (labring/FastGPT#4642) 我好像明白了,你把 healthcheck: test: [ 'CMD-SHELL', 'obclient -h$OB_SERVER_IP -P2881 -uroot@$OB_TENANT_NAME -p$OB_TENANT_PASSWORD -e "SELECT 1;"' ] 中的环境变量都替换成实际的值试试。 比如默认情况下,替换成: healthcheck: test: [ 'CMD-SHELL', 'obclient...
start_period: 10s不要了是吗?发自我的 iPhone在 2025年4月27日,14:03,Shiver ***@***.***> 写道: Amaranterre left a comment (labring/FastGPT#4642) 不谢,你可以把配置改成: healthcheck: test: [ 'CMD-SHELL', 'obclient -h$${OB_SERVER_IP} -P2881 -uroot@$${OB_TENANT_NAME} -p$${OB_TENANT_PASSWORD} -e "SELECT 1;"' ] interval: 30s timeout: 10s retries:...
可以了发自我的 iPhone在 2025年4月27日,15:41,Shiver ***@***.***> 写道: Amaranterre left a comment (labring/FastGPT#4642) 要不要应该都可以,关键是把 $OB_SERVER_IP 换成了 $${OB_SERVER_IP},这样会更加健壮。 进一步分析可以看我为了修复这个问题提的PR: #4676 —Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this...