Skip to content

Commit

Permalink
IPFS use badger database (#102)
Browse files Browse the repository at this point in the history
* ipfs use badger

* IPFS_PROFILE
  • Loading branch information
LowEntropyBody authored Dec 8, 2020
1 parent f07204f commit 868d6c0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions generator/config-gen/ipfs-config.gen.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ async function genIpfsComposeConfig(config) {
'/opt/crust/data/ipfs:/data/ipfs'
],
entrypoint: '/sbin/tini --',
environment: {
IPFS_PROFILE: 'badgerds',
},
command: '/bin/sh -c "/usr/local/bin/start_ipfs config Addresses.Gateway /ip4/0.0.0.0/tcp/37773 && /usr/local/bin/start_ipfs daemon --migrate=true"',
}
}
Expand Down

0 comments on commit 868d6c0

Please sign in to comment.