mirror of
https://github.com/BigBodyCobain/Shadowbroker.git
synced 2026-06-25 07:20:00 +02:00
e78e4d186d
Rename Mesh Chat to Meshtastic Chat, embed the Infonet terminal with Arti/Tor warmup, improve the agent shell PTY (git in the backend image, operator PATH), and add docker-compose.override for local image builds. Gitignore Hermes Agent runtime installs. Co-authored-by: Cursor <cursoragent@cursor.com>
11 lines
238 B
YAML
11 lines
238 B
YAML
# Auto-loaded by `docker compose` — build from local source instead of pulling stale GHCR images.
|
|
services:
|
|
backend:
|
|
build:
|
|
context: .
|
|
dockerfile: ./backend/Dockerfile
|
|
|
|
frontend:
|
|
build:
|
|
context: ./frontend
|