Crucix — agent with dashboard, delta engine, Telegram/Discord bots

This commit is contained in:
calesthio
2026-03-14 00:35:31 -07:00
parent ef2c6470fb
commit 3674fcb4f7
23 changed files with 2143 additions and 226 deletions

11
docker-compose.yml Normal file
View File

@@ -0,0 +1,11 @@
version: '3.8'
services:
crucix:
build: .
ports:
- "${PORT:-3117}:${PORT:-3117}"
env_file:
- .env
volumes:
- ./runs:/app/runs
restart: unless-stopped