Skip to content

DeployFaith/hermes-docker-compose

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Hermes Agent Docker Compose

Run Hermes Agent in Docker. Setup wizard walks you through everything.

Quick Start

git clone https://github.com/DeployFaith/hermes-docker-compose.git
cd hermes-docker-compose

docker compose up -d
docker compose exec gateway hermes setup

The setup wizard configures your LLM provider, messaging platforms, tools, and personality.

Usage

docker compose up -d                        # start
docker compose exec gateway hermes setup    # first-time setup wizard
docker compose exec gateway hermes          # interactive CLI
docker compose logs -f gateway              # logs
docker compose down                         # stop
docker compose pull && docker compose up -d # upgrade

Configuration

Copy .env.example to .env and edit as needed:

cp .env.example .env
Variable Default Description
HERMES_DATA_DIR ~/.hermes Host path for persistent data
GATEWAY_PORT 8642 Host port for the gateway API
DASHBOARD_PORT 9120 Host port for the dashboard UI

Data

Everything persists in ~/.hermes on your host. Back it up.

Auto-Updates

Uncomment the watchtower block in docker-compose.yml to enable automatic image updates.

Resources

License

MIT

About

One-command Docker Compose stack for Hermes Agent by Nous Research

Resources

Stars

3 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors