-
Notifications
You must be signed in to change notification settings - Fork 7
Docker setup #8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Docker setup #8
Conversation
apk add --no-cache bash git openssh | ||
|
||
WORKDIR /usr/app | ||
RUN git clone https://github.com/karthiktsaliki/faucet.git |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The repo should be https://github.com/mande-labs/faucet
right?
@@ -0,0 +1,91 @@ | |||
#!/bin/sh | |||
|
|||
CHAIN_ID=mande-testnet-1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's put this file inside a directory scripts
@@ -0,0 +1,39 @@ | |||
#!/bin/sh |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's put this file inside a directory scripts
#sed -i 's/cors_allowed_headers.*/cors_allowed_headers = ["*"]/g' $CONFIG_TOML | ||
# | ||
### Get node 1 peer id | ||
#ID_NODE_1=$(docker exec test-node-1 mandeNode tendermint show-node-id) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If this is working, can we please uncomment? It will be helpful if we can just pass peers as env var
docker exec test-node-1 cat /root/.mande-chain/config/config.toml | ||
|
||
|
||
7d7e1953f5711048d09d1642a122ad9ff3d7e258@192.168.10.1:26656 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please cleanup the script and remove these logs. Also let's put this file inside scripts
No description provided.