Skip to content

12factors for cloud-native development and deployment

jon r requested to merge yala/12factors into master

The development and deployment methodology of this repository is amended with means that help to run this code in containerised "cloud" environments built on the 12factor.net methodology.

It updates the database configuration and brings Docker-related configuration files that allow to bootstrap a local development environment with immutable computational assets. These preparations will become useful, when the code is pushed into PaaS services for integration testing in production-like environments.

Merge request reports