Skip to content

Instantly share code, notes, and snippets.

@ansermino
Last active May 11, 2021 18:39
Show Gist options
  • Save ansermino/f1571bb354d2007b26dce53d52dbca75 to your computer and use it in GitHub Desktop.
Save ansermino/f1571bb354d2007b26dce53d52dbca75 to your computer and use it in GitHub Desktop.
version: '3'
services:
geth1:
image: "chainsafe/chainbridge-geth:20200505131100-5586a65"
container_name: geth1
ports:
- "8545:8545"
sub-chain:
image: "chainsafe/chainbridge-substrate-chain:v1.1.0"
container_name: sub-chain
command: chainbridge-substrate-chain --dev --alice --ws-external --rpc-external
ports:
- "9944:9944"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment