【问题标题】:Unable to deploy meteor on ubuntu using meteor-up无法使用 meteor-up 在 ubuntu 上部署流星
【发布时间】:2022-11-12 17:27:04
【问题描述】:

我无法使用 mup 部署流星,并且出现以下错误

笔记

  • 我的应用名称是malfintech
  • 服务器:ubuntu(本地)

信息:

lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:    Ubuntu 22.04.1 LTS
Release:        22.04
Codename:       jammy

Started TaskList: Start Meteor
[10.1.140.30] - Start Meteor
[10.1.140.30] x Start Meteor: FAILED

              ------------------------------------STDERR------------------------------------
              Error: No such image: mup-malfintech:latest
        Error: No such image: mup-malfintech:latest
        Error: No such image: mup-malfintech:previous
        Error: No such image: mup-malfintech:previous
        Error: No such image: mup-malfintech:latest
        Removing docker containers. Errors about nonexistent endpoints and containers are normal.
        Error: No such container: malfintech
        Error response from daemon: endpoint malfintech not found
        Error: No such container: malfintech-frontend
        Error response from daemon: endpoint malfintech-frontend not found
        Error: No such container: malfintech-nginx-letsencrypt
        Error response from daemon: endpoint malfintech-nginx-letsencrypt not found
        Error: No such container: malfintech-nginx-proxy
        Error response from daemon: endpoint malfintech-nginx-proxy not found
        Finished removing docker containers
        invalid reference format
        docker: open /opt/malfintech/config/env.list: no such file or directory.
        See 'docker run --help'.

这是我的mup.js 配置:

module.exports = {
  servers: {
    one: {
      host: '***',
      username: 'dev',
      password: '*****'
    }
  },

  app: {
    name: 'malfintech',
    path: '../',
    type: 'meteor',
    docker: {
      image: './docker',
    },

    buildOptions: {
      serverOnly: true,
      buildLocation: '/tmp',
    },

    servers: {
      one: {},
    },

    env: {
      "WEB_URL": "https://malfintech.com",
      "ROOT_URL": "https://api.malfintech.com",
      "MONGO_URL": "mongodb://*****/***"
    },

    enableUploadProgressBar: true
  },
};

./dockerzodern/meteor 图像的副本,只是将USERapp 更改为dev(适用的地方)

很高兴提供任何有助于解决vodo的信息

【问题讨论】:

    标签: docker ubuntu meteor mup


    【解决方案1】:

    我有一个流星应用程序,我已经成功部署到两台服务器(运行古老的 ubuntu 16.04)。我启动了一个新的 ubuntu 20.02 EC2,并试图部署到它。这非常不成功。我尝试了很多东西,但验证阶段总是失败。 必看:enter link description here

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2014-07-10
      • 1970-01-01
      • 2014-03-27
      • 2017-04-26
      • 2017-03-01
      • 1970-01-01
      相关资源
      最近更新 更多