Skip to content

Commit 47767ec

Browse files
committed
local minio n8n solution
1 parent b38525f commit 47767ec

3 files changed

Lines changed: 2 additions & 4 deletions

File tree

.env.local

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ APP_URL=http://localhost:8080
1111
API_KEY=local-dev-key-123
1212

1313
# MinIO S3-Compatible Storage Configuration
14-
S3_ENDPOINT_URL=http://host.docker.internal:9000
14+
S3_ENDPOINT_URL=http://minio:9000
1515
S3_ACCESS_KEY=minioadmin
1616
S3_SECRET_KEY=minioadmin123
1717
S3_REGION=us-east-1

README-local.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ docker compose -f docker-compose.local.yml up -d
7575

7676
- **n8n → NCA Toolkit**: `http://ncat:8080` (internal network)
7777
- **n8n → MinIO**: `http://minio:9000` (internal S3 API)
78-
- **NCA Toolkit → MinIO**: `http://localhost:9000` (via host-gateway)
78+
- **NCA Toolkit → MinIO**: `http://minio:9000` (internal network)
7979

8080
## Data Persistence
8181

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@ services:
1212
depends_on:
1313
- minio
1414
- minio-init
15-
extra_hosts:
16-
- "host.docker.internal:host-gateway"
1715
networks:
1816
- nca-network
1917

0 commit comments

Comments
 (0)