Merge pull request #320 from cerc-io/add-kubo-stack

Add kubo (IPFS) as a stack

Former-commit-id: 45cab0f33d
This commit is contained in:
Zach
2023-04-19 21:48:55 -04:00
committed by GitHub
3 changed files with 40 additions and 3 deletions
+3 -3
View File
@@ -8,6 +8,6 @@ services:
- ./ipfs/import:/import
- ./ipfs/data:/data/ipfs
ports:
- "8080"
- "4001"
- "5001"
- "0.0.0.0:8080:8080"
- "0.0.0.0:4001:4001"
- "0.0.0.0:5001:5001"