Spaces:
Sleeping
Sleeping
| # Copy to .env and fill in. `docker compose` reads this file. | |
| # REQUIRED — the Claude CLI authenticates with this inside the container. | |
| # Get one at https://console.anthropic.com/. Note: this bills per token | |
| # (the container can't use your local `claude` subscription login). | |
| ANTHROPIC_API_KEY= | |
| # OPTIONAL — model for diagnosis + chat (default: claude-opus-4-8). | |
| SEQCOLYTE_MODEL=claude-opus-4-8 | |
| # OPTIONAL BUT STRONGLY RECOMMENDED FOR PUBLIC URLS — basic-auth gate. | |
| # If BOTH are set, every request needs these credentials. Leave blank for | |
| # local / private-network use. | |
| STUDIO_AUTH_USER= | |
| STUDIO_AUTH_PASS= | |