initial: NAS agent runner setup
This commit is contained in:
commit
9d8a7fe237
16 changed files with 1121 additions and 0 deletions
17
package.json
Normal file
17
package.json
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"name": "scrum4me-agent-runner",
|
||||
"version": "0.1.0",
|
||||
"private": true,
|
||||
"description": "Headless Claude Code worker dat de Scrum4Me job-queue leegt vanaf een NAS",
|
||||
"scripts": {
|
||||
"build": "docker compose build",
|
||||
"up": "docker compose up -d",
|
||||
"down": "docker compose down",
|
||||
"logs": "docker compose logs -f",
|
||||
"rebuild": "docker compose build --no-cache && docker compose up -d",
|
||||
"health": "curl -fsS http://localhost:${AGENT_HEALTH_PORT_HOST:-8080}/health | jq ."
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=22"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue