Skip to content

Latest commit

 

History

History
25 lines (13 loc) · 1.25 KB

README.md

File metadata and controls

25 lines (13 loc) · 1.25 KB

Zerops x Ember.js

A bare-bones example of Ember.js. It provides a lightweight starting point for building web applications with minimal configuration. Zerops makes deploying and running Ember.js apps, a breeze.

Ember

Recipe features

  • Latest version of Ember.js running on a Zerops Node.js service.

Production vs. development

This recipe is ready for production as is, and will scale horizontally by adding more containers in case of high traffic surges. If you want to achieve the highest baseline reliability and resiliace, start with at least two containers (add minContainers: 2 in recipe YAML in the app service section, or change the minimum containers in "Automatic Scaling configuration" section of service detail).


Changes made over the default installation

If you want to modify your existing Ember.js app to efficiently run on Zerops, there are no changes needed in the codebase on top of the standard installation, just add zerops.yml to your repository.


Need help setting your project up? Join Zerops Discord community.