Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/felixge/contained
https://github.com/felixge/contained
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/felixge/contained
- Owner: felixge
- Created: 2012-01-10T07:29:06.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2012-01-10T07:29:47.000Z (almost 13 years ago)
- Last Synced: 2024-12-18T05:44:02.434Z (7 days ago)
- Language: Shell
- Homepage:
- Size: 89.8 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# 12Factor app container
# Config
## Haproxy
* **HAPROXY_VERSION:** The haproxy version to download and build. (Default: `1.4.18`)
* **HAPROXY_TARGET:** The OS to optimize for, see Haproxy's Makefile. (Default: `linux`).
* **HAPROXY_CHROOT:** The chroot directory to use for haproxy. (Default: `/var/chroot/haproxy`)# Dependencies
## Building
* build chain (TBD)
* bash
* curl## Running
* Nothing
## Requirements for stack
* Load balancer
* SSL Termination (?)
* Domain handling (?)
* Cron jobs (?)
* Log routing (?)# Big Picture
Operating System -> Stack -> Apps