feat: scaffold baseos runtime

This commit is contained in:
2026-05-07 15:53:15 +00:00
commit ce41f41169
14 changed files with 897 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
version: '2.4'
volumes:
baseos-data:
services:
baserunner:
build: .
restart: always
labels:
io.balena.features.supervisor-api: '1'
environment:
BASEOS_STATE_PATH: /data/baseos/state.json
BASEOS_HEARTBEAT_INTERVAL_MS: '60000'
volumes:
- baseos-data:/data/baseos