docs(docker): restore accidentally-redacted placeholder strings

The previous commit on this branch went through a layer that redacted
strings matching API-key patterns. Restore the original placeholder
values (sk-ant-..., ${ANTHROPIC_API_KEY}, etc.) that were already in
main so the diff is scoped strictly to the new Multi-profile support
section.
This commit is contained in:
Ben Barclay
2026-04-28 08:21:40 +10:00
parent adc2856ffb
commit 273be93499

View File

@@ -169,8 +169,8 @@ API keys are read from `/opt/data/.env` inside the container. You can also pass
```sh
docker run -it --rm \
-v ~/.hermes:/opt/data \
-e ANTHROPIC_API_KEY="***" \
-e OPENAI_API_KEY="***" \
-e ANTHROPIC_API_KEY="sk-ant-..." \
-e OPENAI_API_KEY="sk-..." \
nousresearch/hermes-agent
```
@@ -195,9 +195,9 @@ services:
- hermes-net
# Uncomment to forward specific env vars instead of using .env file:
# environment:
# - ANTHROPIC_API_KEY=${ANTH...KEY}
# - OPENAI_API_KEY=***
# - TELEGRAM_BOT_TOKEN=${TELE...KEN}
# - ANTHROPIC_API_KEY=${ANTHROPIC_API_KEY}
# - OPENAI_API_KEY=${OPENAI_API_KEY}
# - TELEGRAM_BOT_TOKEN=${TELEGRAM_BOT_TOKEN}
deploy:
resources:
limits: