File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ APP_URL=http://localhost:8080
1111API_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
1515S3_ACCESS_KEY = minioadmin
1616S3_SECRET_KEY = minioadmin123
1717S3_REGION = us-east-1
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments