Overview of Meteor Up features
masterMeteor Up is a CLI tool for deploying Meteor applications to your own servers using Docker. Key capabilities include:
- Deployment: Single command server setup and deployment to multiple servers with optional load balancing and sticky sessions.
- Configuration: Management of Environment Variables and support for Meteor
settings.json. - Security & Auth: Password or Private Key (pem) based server authentication, and running apps within Docker for isolation.
- Reliability: Auto-restart on app crashes, auto-start after server reboots, and automatic reversion to the previous version if a deployment fails.
- Networking: Support for Let's Encrypt and custom SSL certificates.
- Observability: Access logs directly from the terminal with log tailing support.