docker版11经常出现502 Bad Gateway

查看日志发现nginx seahub-error日志里面会出现:

2025/01/14 09:21:51 [error] 47#47: *291 connect() failed (111: Connection refused) while connecting to upstream, client: 113.249.35.129, server: xxx.xxx, request: “GET /api2/repos/ HTTP/2.0”, upstream: “http://127.0.0.1:8000/api2/repos/”, host: “echo.re:5001”
2025/01/14 09:23:24 [error] 49#49: *335 connect() failed (111: Connection refused) while connecting to upstream, client: 103.65.140.60, server: xxx.xxx, request: “GET /api2/repos/ HTTP/1.1”, upstream: “http://127.0.0.1:8000/api2/repos/”, host: “echo.re:5001”

相关应用版本为:
Docker Compose version 2.32.2

重启后会恢复正常,但是一段时间后又会出现。

进seafile那个容器看了下,似乎是seahub相关进程不明原因自己死掉了,应该如何规避这个问题呢?按理说容器不应该自己来守护这个进程么?

可以看下seahub日志中有什么报错?

我看了下文档,seahub日志理论上应该是在/opt/seafile-data/logs/seafile目录下面吧?
但是我看了下/opt/seafile-data/logs这里没有seafile这个目录,我进入容器手动创建然后重启以后这个目录又消失了

默认目录是在/opt/seafile-data/seafile/logs

日志如下,看不出个啥

2025-01-09 11:14:28,111 [INFO] xmlschema:1274 include_schema Include schema from 'file:///usr/local/lib/python3.10/dist-packages/xmlschema/schemas/XSD_1.1/xsd11-extra.xsd'
2025-01-09 11:14:35,222 [INFO] xmlschema:1274 include_schema Include schema from 'file:///usr/local/lib/python3.10/dist-packages/xmlschema/schemas/XSD_1.1/xsd11-extra.xsd'
2025-01-09 12:43:13,948 [INFO] xmlschema:1274 include_schema Include schema from 'file:///usr/local/lib/python3.10/dist-packages/xmlschema/schemas/XSD_1.1/xsd11-extra.xsd'
2025-01-09 12:43:14,645 [WARNING] django.request:241 log_response Not Found: /favicon.ico
2025-01-09 16:22:55,286 [INFO] xmlschema:1274 include_schema Include schema from 'file:///usr/local/lib/python3.10/dist-packages/xmlschema/schemas/XSD_1.1/xsd11-extra.xsd'
2025-01-09 16:22:56,011 [WARNING] django.request:241 log_response Not Found: /favicon.ico
2025-01-10 01:42:20,265 [INFO] xmlschema:1274 include_schema Include schema from 'file:///usr/local/lib/python3.10/dist-packages/xmlschema/schemas/XSD_1.1/xsd11-extra.xsd'
2025-01-10 15:21:52,268 [WARNING] django.request:241 log_response Not Found: /favicon.ico
2025-01-10 21:29:50,029 [WARNING] django.request:241 log_response Not Found: /favicon.ico
2025-01-11 00:33:46,124 [WARNING] django.request:241 log_response Not Found: /webclient/api/Login/GetAccessToken
2025-01-11 05:06:22,772 [WARNING] django.request:241 log_response Not Found: /webclient/api/Login/GetAccessToken
2025-01-11 09:41:51,953 [WARNING] django.request:241 log_response Not Found: /webclient/api/Login/GetAccessToken
2025-01-11 14:24:21,567 [WARNING] django.request:241 log_response Not Found: /webclient/api/Login/GetAccessToken
2025-01-11 14:28:47,619 [WARNING] django.request:241 log_response Not Found: /favicon.ico
2025-01-11 19:16:40,440 [WARNING] django.request:241 log_response Not Found: /webclient/api/Login/GetAccessToken
2025-01-12 00:25:01,018 [WARNING] django.request:241 log_response Not Found: /webclient/api/Login/GetAccessToken
2025-01-12 04:09:16,524 [WARNING] django.request:241 log_response Not Found: /favicon.ico
2025-01-12 05:07:30,792 [WARNING] django.request:241 log_response Not Found: /webclient/api/Login/GetAccessToken
2025-01-12 09:51:12,699 [WARNING] django.request:241 log_response Not Found: /webclient/api/Login/GetAccessToken
2025-01-12 13:40:11,968 [WARNING] django.request:241 log_response Not Found: /favicon.ico
2025-01-12 19:44:02,253 [WARNING] django.request:241 log_response Not Found: /webclient/api/Login/GetAccessToken
2025-01-12 22:29:58,253 [WARNING] django.request:241 log_response Not Found: /favicon.ico
2025-01-13 00:51:40,722 [WARNING] django.request:241 log_response Not Found: /webclient/api/Login/GetAccessToken
2025-01-13 05:36:30,150 [WARNING] django.request:241 log_response Not Found: /webclient/api/Login/GetAccessToken
2025-01-13 10:26:27,178 [WARNING] django.request:241 log_response Not Found: /webclient/api/Login/GetAccessToken
2025-01-13 21:37:54,239 [INFO] xmlschema:1274 include_schema Include schema from 'file:///usr/local/lib/python3.10/dist-packages/xmlschema/schemas/XSD_1.1/xsd11-extra.xsd'
2025-01-13 21:37:58,766 [INFO] xmlschema:1274 include_schema Include schema from 'file:///usr/local/lib/python3.10/dist-packages/xmlschema/schemas/XSD_1.1/xsd11-extra.xsd'
2025-01-14 00:38:28,379 [INFO] xmlschema:1274 include_schema Include schema from 'file:///usr/local/lib/python3.10/dist-packages/xmlschema/schemas/XSD_1.1/xsd11-extra.xsd'
2025-01-14 00:38:32,998 [INFO] xmlschema:1274 include_schema Include schema from 'file:///usr/local/lib/python3.10/dist-packages/xmlschema/schemas/XSD_1.1/xsd11-extra.xsd'
2025-01-14 00:38:33,700 [WARNING] django.request:241 log_response Not Found: /sitemap.xml
2025-01-14 00:38:41,217 [WARNING] django.request:241 log_response Not Found: /config.json

可以看下seafile的日志或者也可以使用docker compose logs seafile看下日志中有没有错误信息