2026-04-14 20:11:24 +02:00
|
|
|
# Copy this file to .env and fill in your values.
|
|
|
|
|
# .env is git-ignored — never commit it.
|
|
|
|
|
|
|
|
|
|
# Required: your Anthropic API key
|
|
|
|
|
ANTHROPIC_API_KEY=sk-ant-...
|
|
|
|
|
|
|
|
|
|
# Optional: mount a host directory as /workspace inside the Claude container.
|
|
|
|
|
# If unset, a named Docker volume is used (fully isolated from the host).
|
|
|
|
|
# WORKSPACE_DIR=/absolute/path/to/your/project
|
2026-04-14 22:25:38 +02:00
|
|
|
|
|
|
|
|
# Web interface credentials (required for ./claude.sh web)
|
|
|
|
|
# WEBUI_USER=claude
|
|
|
|
|
# WEBUI_PASSWORD=changeme
|