stackless-core 0.3.0

Definition model, state store, and lifecycle engine for stackless
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
# The smallest valid stack: one service, no secrets.

[stack]
name = "hello"

[services.web]
source      = { repo = "https://example.invalid/hello", ref = "main" }
root_origin = true
health      = { path = "/", contains = "hello" }

[services.web.local]
run = "python3 -m http.server $PORT --bind 127.0.0.1"