Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No such container: app #1126

Open
logicerpsolution opened this issue Sep 29, 2016 · 2 comments
Open

No such container: app #1126

logicerpsolution opened this issue Sep 29, 2016 · 2 comments

Comments

@logicerpsolution
Copy link

Hi, I am getting error when try to deploy meteor app using DigitalOeacn cloud hosting.
I am following mupx command like this.

Mupx setup

  • Installing Docker
  • Installing Docker: SUCCESS
  • Setting up Environment
  • Setting up Environment: SUCCESS
  • Copying MongoDB configuration
  • Copying MongoDB configuration: SUCCESS
  • Installing MongoDB

- Installing MongoDB: SUCCESS

root@autoleads:~/meteorapp# mupx deploy

Meteor Up: Production Quality Meteor Deployments

Configuration file : mup.json
Settings file : settings.json

“ Checkout Kadira!
It's the best way to monitor performance of your app.
Visit: https://kadira.io/mup

Meteor app path : /root/meteorapp
Using buildOptions : {}

=> Build Error. Check the logs printed above.

When check error through : mupx logs it show below.

Error: No such container: app
root@autoleads:~/meteorapp#

my mupx.json file.

{
// Server authentication info
"servers": [
{
"host": "####",
"username": "root",
"password": "####",
// or pem file (ssh based authentication)
// WARNING: Keys protected by a passphrase are not supported
//"pem": "~/.ssh/id_rsa"
// Also, for non-standard ssh port use this
//"sshOptions": { "port" : 49154 },
// server specific environment variables
"env": {}
}
],

// Install MongoDB on the server. Does not destroy the local MongoDB on future setups
"setupMongo": true,

// Application name (no spaces).
"appName": "app",

"app": ".", *_// Because mupx.json file in meteor project directory_*

// Configure environment
// ROOT_URL must be set to your correct domain (https or http)
"env": {
"PORT": 80,
"ROOT_URL": "http://#.#.#.#"
},

// Meteor Up checks if the app comes online just after the deployment.
// Before mup checks that, it will wait for the number of seconds configured below.
"deployCheckWaitTime": 30,

// show a progress bar while uploading.
// Make it false when you deploy using a CI box.
"enableUploadProgressBar": true
}

@carlreyes
Copy link

+1

1 similar comment
@devarthurribeiro
Copy link

+1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants