Skip to content

Docker 启动失败 #6489

@bincooo

Description

@bincooo

例行检查

  • 我已确认目前没有类似 issue
  • 我已完整查看过项目 README,以及项目文档
  • 我使用了自己的 key,并确认我的 key 是可正常使用的
  • 我理解并愿意跟进此 issue,协助测试和提供反馈
  • 我理解并认可上述内容,并理解项目维护者精力有限,不遵循规则的 issue 可能会被无视或直接关闭

你的版本

  • 公有云版本
  • 私有部署版本, 具体版本号:

问题描述, 日志截图,配置文件等

2026-02-21 04:25:13   INF infra:postgres       Postgres pool connected
2026-02-21 04:25:13   INF infra:mongo          MongoDB connected successfully
2026-02-21 04:25:13   DBG infra:mongo          Mongo change stream watch cleanup
2026-02-21 04:25:13   INF infra:mongo          Mongo change stream watch started
2026-02-21 04:25:14   INF infra:mongo          MongoDB connected successfully
2026-02-21 04:25:15   INF infra:postgres       Postgres pool connected
2026-02-21 04:25:15   WRN infra:postgres       Postgres slow query detected: {
                                                 level: 'slow-2',
                                                 durationMs: 2295,
                                                 sql: '\n' +
                                                   '        CREATE EXTENSION IF NOT EXISTS vector;\n' +
                                                   '        CREATE TABLE IF NOT EXISTS modeldata (\n' +
                                                   '            id BIGSERIAL PRIMARY KEY,\n' +
                                                   '            vector VECTOR(1536) NOT NULL,\n' +
                                                   '            team_id VARCHAR(50) NOT NULL,\n' +
                                                   '            dataset_id VARCHAR(50) NOT NULL,\n' +
                                                   '            collection_id VARCHAR(50) NOT NULL,\n' +
                                                   '            createtime TIMESTAMP DEFAULT CURRENT_TIMESTAMP\n' +
                                                   '        );\n' +
                                                   '      '
                                               }
[plugin_error]: Failed to parse URL from /api/models/get-providers
System initialization failed [plugin_error]: Failed to parse URL from /api/models/get-providers

复现步骤
启动Docker后报错退出
预期结果

相关截图

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions