Skip to content

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

Open
wants to merge 17 commits into
base: main
Choose a base branch
from
Open

Docker setup #8

wants to merge 17 commits into from

Conversation

samarthtambad
Copy link
Contributor

No description provided.

apk add --no-cache bash git openssh

WORKDIR /usr/app
RUN git clone https://github.com/karthiktsaliki/faucet.git
Copy link
Contributor

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
Copy link
Contributor

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
Copy link
Contributor

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)
Copy link
Contributor

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
Copy link
Contributor

@prtk418 prtk418 Oct 10, 2022

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants