代码之家  ›  专栏  ›  技术社区  ›  Saurabh Mestry

我无法使用AWS farget创建wikijs服务。遇到此错误

  •  0
  • Saurabh Mestry  · 技术社区  · 1 年前
    Task stopped at: 2023-09-07T07:38:26.182Z
    ResourceInitializationError: unable to pull secrets or registry auth: execution resource retrieval failed: 
    unable to retrieve ecr registry auth: service call has been retried 3 time(s): RequestError: send request failed caused by: Post "https://api.ecr.ap-south-1.amazonaws.com/": 
    dial tcp 13.234.9.96:443: i/o timeout. 
    Please check your task network configuration.
    

    我遵循此文档中的步骤 https://docs.requarks.io/install/awsecs 并使用了与文档中提到的相同的图像,但在拉取图像时出现了此错误,因此我将此图像推送到ECR并将ECR uri放在url部分,但仍然出现了相同的错误。

    Environmental Variables
    Key Type    Value
    DB_TYPE Value   postgres
    DB_SSL  Value   false
    DB_PORT Value   5432
    DB_HOST Value   aws db url
    DB_NAME Value   wikijs
    DB_USER Value   postgres
    DB_PASS Value   db password
     
    
    0 回复  |  直到 1 年前