Skip to content

Commit

Permalink
Merge branch 'feat/docker-polkadot-v0.9.43' into polkadot-v0.9.43
Browse files Browse the repository at this point in the history
  • Loading branch information
wischli committed Nov 1, 2023
2 parents 75a137d + 09febac commit 2deb292
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 31 deletions.
2 changes: 0 additions & 2 deletions docker-compose-local-chain.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,7 @@ services:
--execution=wasm
--rpc-external
--rpc-cors all
--ws-external
--rpc-methods=Unsafe
--state-cache-size=0
--log="main,info,xcm=trace,xcm-executor=trace"
--
--wasm-execution=compiled
Expand Down
10 changes: 4 additions & 6 deletions docker-compose-local-relay.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ services:
platform: "linux/amd64"
ports:
- "30333:30333"
- "9933:9933"
- "9944:9944"
- "9944:9933"
volumes:
- type: bind
source: ./res/rococo-local.json
Expand All @@ -22,7 +21,7 @@ services:
--execution=wasm
--base-path=/data
--port 30333
--rpc-port 9944
--rpc-port 9933
--rpc-external
--rpc-cors all
--rpc-methods=Unsafe
Expand All @@ -35,8 +34,7 @@ services:
platform: "linux/amd64"
ports:
- "30344:30333"
- "9935:9933"
- "9945:9944"
- "9945:9933"
volumes:
- type: bind
source: ./res/rococo-local.json
Expand All @@ -49,7 +47,7 @@ services:
--wasm-execution=compiled
--execution=wasm
--port 30333
--rpc-port 9944
--rpc-port 9933
--rpc-external
--rpc-cors all
--rpc-methods=Unsafe
Expand Down
49 changes: 26 additions & 23 deletions res/rococo-local.json

Large diffs are not rendered by default.

0 comments on commit 2deb292

Please sign in to comment.