Skip to content

Commit

Permalink
feat: add kubo docker-compose example
Browse files Browse the repository at this point in the history
  • Loading branch information
madlabman committed Jan 10, 2025
1 parent 473defa commit af6a667
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
services:
ipfs:
image: ipfs/kubo
restart: unless-stopped
volumes:
- ./010-pin-cids.sh:/container-init.d/010-pin-cids.sh
- .ipfs/:/data/ipfs
entrypoint: []
command:
- /sbin/tini
- --
- timeout
- 600s
- /usr/local/bin/start_ipfs
- daemon
- --migrate=true
- --agent-version-suffix=docker

0 comments on commit af6a667

Please sign in to comment.