mirror of
https://github.com/FuzzingLabs/fuzzforge_ai.git
synced 2026-05-15 22:57:59 +02:00
Fix parameters bug + installation issues
This commit is contained in:
@@ -189,7 +189,7 @@ services:
|
||||
|
||||
Example configuration:
|
||||
```bash
|
||||
COMPOSE_PROJECT_NAME=fuzzforge_alpha
|
||||
COMPOSE_PROJECT_NAME=fuzzforge
|
||||
DATABASE_URL=postgresql://postgres:postgres@postgres:5432/fuzzforge
|
||||
PREFECT_API_URL=http://prefect-server:4200/api
|
||||
DOCKER_REGISTRY=localhost:5001
|
||||
|
||||
@@ -111,7 +111,7 @@ Example volume mount:
|
||||
```yaml
|
||||
volumes:
|
||||
- "/host/path/to/code:/app/target:ro"
|
||||
- "fuzzforge_alpha_prefect_storage:/app/prefect"
|
||||
- "fuzzforge_prefect_storage:/app/prefect"
|
||||
```
|
||||
|
||||
### Volume Security
|
||||
|
||||
@@ -197,7 +197,7 @@ Docker can’t access the path you provided.
|
||||
- Check Docker network configuration:
|
||||
```bash
|
||||
docker network ls
|
||||
docker network inspect fuzzforge_alpha_default
|
||||
docker network inspect fuzzforge_default
|
||||
```
|
||||
- Recreate the network:
|
||||
```bash
|
||||
|
||||
@@ -24,7 +24,7 @@ cd fuzzforge
|
||||
Create the required environment configuration:
|
||||
|
||||
```bash
|
||||
echo "COMPOSE_PROJECT_NAME=fuzzforge_alpha" > .env
|
||||
echo "COMPOSE_PROJECT_NAME=fuzzforge" > .env
|
||||
```
|
||||
|
||||
## Step 2: Configure Docker (Critical Step)
|
||||
|
||||
Reference in New Issue
Block a user