# Generate with: openssl rand -hex 32 ADMIN_TOKEN=change-me-to-a-random-secret # Create an agent in the Tiaki UI first, then paste the API key here and run: # docker compose --profile agent up -d agent AGENT_API_KEY= # Optional: SMTP for email notifications SMTP_HOST= SMTP_PORT=587 SMTP_SECURE=false SMTP_USER= SMTP_PASS= SMTP_FROM= # Optional: cron schedule for image scans (default: every 6 hours) SCAN_INTERVAL=0 */6 * * * # Optional: AI-powered release notes summarization ANTHROPIC_API_KEY= # Optional: higher GitHub API rate limits for release notes GITHUB_TOKEN= # Optional: Private registry credentials (basic method using environment variables) # For enhanced security, use Docker secrets instead (see docker-compose.yml) REGISTRY_USERNAME= REGISTRY_PASSWORD= # Optional: Enable Docker socket proxy for enhanced security # Uncomment the socket-proxy service in docker-compose.yml and set: # DOCKER_HOST=tcp://socket-proxy:2375