chore: update environment variable documentation for Anthropic API key

- Changed comments in docker-compose files to clarify that the ANTHROPIC_API_KEY is optional.
- Updated README to reflect changes in authentication setup, emphasizing integration with Claude Code CLI and removing outdated API key instructions.
- Improved clarity on authentication methods and streamlined the setup process for users.
This commit is contained in:
webdevcody
2026-01-16 11:23:45 -05:00
parent 379551c40e
commit 92f14508aa
4 changed files with 30 additions and 78 deletions

View File

@@ -27,7 +27,7 @@ services:
ports:
- '3008:3008'
environment:
# Required
# Optional - Anthropic API key
- ANTHROPIC_API_KEY=${ANTHROPIC_API_KEY}
# Optional - Claude CLI OAuth credentials