Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: set static ips for bidder/provider
Browse files Browse the repository at this point in the history
shaspitz committed Apr 22, 2024
1 parent 18244fc commit 9af9926
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/mev-commit-infra.yml
Original file line number Diff line number Diff line change
@@ -36,7 +36,7 @@ jobs:

- name: Check Service Endpoints
run: |
ips=("172.29.18.2" "172.29.0.3" "172.29.0.4")
ips=("172.29.18.2" "172.29.18.3" "172.29.18.4")
for ip in "${ips[@]}"; do
echo "Checking service at $ip"
6 changes: 4 additions & 2 deletions p2p/integration-compose.yml
Original file line number Diff line number Diff line change
@@ -52,7 +52,8 @@ services:
volumes:
- ./integrationtest/keys/provider1:/key
networks:
- primev_net
primev_net:
ipv4_address: 172.29.18.3
ports:
- "8081:13523"
env_file:
@@ -249,7 +250,8 @@ services:
volumes:
- ./integrationtest/keys/bidder1:/key
networks:
- primev_net
primev_net:
ipv4_address: 172.29.18.4
ports:
- "8087:13523"
env_file:

0 comments on commit 9af9926

Please sign in to comment.