Skip to content

Commit

Permalink
add kusama archive compose file
Browse files Browse the repository at this point in the history
  • Loading branch information
samelamin committed Sep 21, 2023
1 parent 293c6b4 commit 09ebd38
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions scripts/docker-compose-kusama-archive.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
version: "3.2"
services:
imbue-1:
container_name: imbue-1
image: samelamin/imbue:polkadot-v0.9.37-v3
ports:
- "9615:9615"
- "9616:9616"
- "9942:9942"
- "9980:9930"
- "30333:30333"
- "30334:30334"
command: bash -c "wget https://raw.githubusercontent.com/paritytech/polkadot/master/node/service/chain-specs/kusama.json;wget https://raw.githubusercontent.com/ImbueNetwork/imbue/main/res/genesis/imbue-kusama-spec.json;/imbue --collator --allow-private-ipv4 --unsafe-ws-external --rpc-cors=all --rpc-external --rpc-methods=Unsafe -d /cumulus_parachain/imbue-1 --name imbue-collator-1 --ws-port 9942 --rpc-port 9930 --parachain-id 2121 --chain imbue-kusama-spec.json --rpc-max-request-size=99999 --ws-max-connections=5000 --prometheus-external --port 30333 --pruning archive -- --port 30334 --chain kusama.json --sync warp"
volumes:
- ./imbue_db/cumulus_parachain_1:/cumulus_parachain/
frontend:
container_name: frontend
image: jacogr/polkadot-js-apps
ports:
- "3001:80"

0 comments on commit 09ebd38

Please sign in to comment.