Merge pull request #184 from cerc-io/dboreham/kubo

Add a kubo pod
This commit is contained in:
David Boreham 2023-02-21 06:17:41 -07:00 committed by GitHub
commit 25ae0cac7d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 14 additions and 0 deletions

View File

@ -0,0 +1,13 @@
version: "3.2"
# See: https://docs.ipfs.tech/install/run-ipfs-inside-docker/#set-up
services:
ipfs:
image: ipfs/kubo:master-2023-02-20-714a968
restart: always
volumes:
- ./ipfs/import:/import
- ./ipfs/data:/data/ipfs
ports:
- "8080"
- "4001"
- "5001"

View File

@ -18,3 +18,4 @@ test
eth-probe eth-probe
keycloak keycloak
tx-spammer tx-spammer
kubo