Skip to content

Commit

Permalink
update seednode ip in variables.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
cristure committed Feb 28, 2024
1 parent 863c60d commit 5e6a7dd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/build_local_tesnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,13 @@ jobs:
cd ${GITHUB_WORKSPACE}/scripts/docker-testnet
export TESTNETDIR=${GITHUB_WORKSPACE}/docker-testnet
./prepare.sh
- name: Build images
run: |
docker compose build
- name: Docker compose
- name: Deploy local testnet
run: |
docker compose up -d
sleep 30s
curl -X POST http://localhost:7950/about
docker ps
2 changes: 1 addition & 1 deletion scripts/docker-testnet/variables.sh
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ export ALWAYS_NEW_APP_VERSION=0
export ALWAYS_UPDATE_CONFIGS=1

# IP of the seednode
export SEEDNODE_IP="127.0.0.1"
export SEEDNODE_IP="172.18.0.2"

# Ports used by the Nodes
export PORT_SEEDNODE="9999"
Expand Down

0 comments on commit 5e6a7dd

Please sign in to comment.