No description
| budibase | ||
| coreinstaller | ||
| devbase | ||
| docubuilder | ||
| dqlite | ||
| herodev | ||
| heromonkey | ||
| holochain | ||
| n8n | ||
| postgresql | ||
| xcaddy | ||
| README.md | ||
| requirements.txt | ||
Docker installers
use of mcp
the following installs & overwrites your global MCP config, use with care
uv run ~/code/git.ourworld.tf/tfgrid_research/docker_examples/builders/howto/mcp_install.py
more info see here, its very useful to have the MCP's directly configured though
setup your dev environment
- make sure you have local docker on OSX I use OrbStack which is a very cool one
cd ~/code/git.ourworld.tf/tfgrid_research/docker_examples/builders/herodev
./run.sh
Herodev Stack Overview
This stack (herodev) contains four running containers that together form a backend + AI service environment.
1. heroshell
- Image:
heroshell - Role: Init the DB and provides way how to debug and enter the env.
2. litellm
- Image:
litellm - Role: LLM API service.
- Purpose:
Runs the LiteLLM API for large language model inference or as a proxy to other LLM APIs.
3. postgres
- Image:
timescale/timescaledb:latest-pg17 - Role: Primary database.
- Purpose:
PostgreSQL 17 with TimescaleDB extension for time-series data storage and querying.
4. postgrest
- Image:
postgrest/postgrest:devel - Role: Database-to-REST API bridge.
- Purpose:
Runs PostgREST, exposing your PostgreSQL database as a RESTful JSON API.