Updates to get Docker working and adding Claude OAUTH token variable, and finish of the style guide mockup.

This commit is contained in:
sean-eskerium
2025-10-25 16:29:53 -04:00
parent 95791456cd
commit 4025f88ee9
8 changed files with 550 additions and 98 deletions

View File

@@ -172,6 +172,7 @@ services:
- SUPABASE_SERVICE_KEY=${SUPABASE_SERVICE_KEY}
- OPENAI_API_KEY=${OPENAI_API_KEY:-}
- ANTHROPIC_API_KEY=${ANTHROPIC_API_KEY:-}
- CLAUDE_CODE_OAUTH_TOKEN=${CLAUDE_CODE_OAUTH_TOKEN:-}
- LOGFIRE_TOKEN=${LOGFIRE_TOKEN:-}
- LOG_LEVEL=${LOG_LEVEL:-INFO}
- AGENT_WORK_ORDERS_PORT=${AGENT_WORK_ORDERS_PORT:-8053}