mirror of
https://github.com/FuzzingLabs/fuzzforge_ai.git
synced 2026-06-04 01:28:02 +02:00
docs: Remove obsolete Docker registry configuration
Updated documentation to reflect v0.7.0 Temporal architecture which uses MinIO for storage instead of a Docker registry. Major changes: - getting-started.md: Added mandatory volumes/env/.env setup, removed registry config section, updated service list - docker-setup.md: Complete rewrite focusing on system requirements and worker profiles instead of registry - index.md: Replaced registry warning with environment file requirement - troubleshooting.md: Removed all registry troubleshooting, added environment configuration issues
This commit is contained in:
+7
-7
@@ -84,17 +84,17 @@ Technical reference materials and specifications.
|
||||
|
||||
## 🚨 Important Setup Requirement
|
||||
|
||||
**Docker Insecure Registry Configuration Required**
|
||||
**Environment Configuration Required**
|
||||
|
||||
FuzzForge uses a local Docker registry for workflow images. You **must** configure Docker to allow insecure registries:
|
||||
Before starting FuzzForge, you **must** create the environment configuration file:
|
||||
|
||||
```json
|
||||
{
|
||||
"insecure-registries": ["localhost:5001"]
|
||||
}
|
||||
```bash
|
||||
cp volumes/env/.env.example volumes/env/.env
|
||||
```
|
||||
|
||||
See [Docker Setup Guide](how-to/docker-setup.md) for detailed configuration instructions.
|
||||
Docker Compose will fail without this file. You can leave it with default values if you're only using basic workflows (no AI features).
|
||||
|
||||
See [Getting Started Guide](tutorials/getting-started.md) for detailed setup instructions.
|
||||
|
||||
---
|
||||
|
||||
|
||||
Reference in New Issue
Block a user