- Add
mup node debug
command. This lets you connect your local Node dev tools, for example those in Chrome, to your Node app running on the server.
- Support load balancing with Mup 1.5
- Adds support for the
privateDockerRegistry
option - Adds
mup node destroy
command to remove app from the servers
.mupignore
file can be used to exclude files and folders from being bundled- Add
app.docker.imagePort
option, which works the same as in Meteor Up for meteor apps - Remove validation warning for empty environment variables
- Fix plugin modifying config when app type was not 'node'
- Breaking Change Environment variables from config are set when building the docker image. Due to this, dev dependencies will no longer be installed by default.
- Copy package-lock.json into the docker container before installing dependencies
- Update instructions to include adding
mup-node
to the array of plugins
- Allow disabling Verifying Deployment
- Show warning when package.json is missing a start script
- Fix start task succeeding despite errors starting the container
- Run the npm script
mup:postinstall
when building the image, if it exists
- Fix setting default value for
docker.buildInstructions
- Add options to customize image
- Show defaults in config when
mup validate --show
is run