Community build of hermes-agent
3.3K
A Hermes Agent image with the following features:
/opt/hermesnix usernix user/etc/supervisord/conf.d/*.conf)Dockerfile and build resources are here: https://github.com/heywoodlh/dockerfiles/tree/master/hermes-agent
GitHub Action to build this on a recurring basis: https://github.com/heywoodlh/actions/blob/master/.github/workflows/hermes-agent.yml
Example docker-compose.yml:
services:
hermes-agent:
image: docker.io/heywoodlh/hermes-agent:latest
ports:
- "8080:8080"
restart: unless-stopped
volumes:
- ./nix:/nix
- ./home:/home/nix
- ./supervisord-custom:/etc/supervisor/conf.d
#environment:
# - HTTP_AUTH_USERNAME=admin
# - HTTP_AUTH_PASSWORD=
Optional HTTP basic auth can be enabled by setting both environment variables:
| Variable | Default | Description |
|---|---|---|
HTTP_AUTH_USERNAME | admin | Username for basic auth |
HTTP_AUTH_PASSWORD | (empty) | Password for basic auth — auth is disabled if this is empty |
When HTTP_AUTH_PASSWORD is set to a non-empty value, ttyd will use basic auth
Content type
Image
Digest
sha256:82d821fad…
Size
1.2 GB
Last updated
1 day ago
docker pull heywoodlh/hermes-agent