Skip to content

Commit

Permalink
Merge branch 'main' into mpetrun5/fix-misleading-logs
Browse files Browse the repository at this point in the history
  • Loading branch information
mpetrun5 authored Aug 26, 2024
2 parents ec17f53 + 09039b5 commit fc68107
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 3 deletions.
5 changes: 4 additions & 1 deletion example/cfg/config_evm-evm_1.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,10 @@
},
"commHealthCheckInterval": "24h"
},
"opentelemetryCollectorURL": "http://otel-collector:4318"
"opentelemetryCollectorURL": "http://otel-collector:4318",
"UploaderConfig":{
"URL":"http://ipfs0:5001/api/v0/add"
}
},
"domains": [
{
Expand Down
5 changes: 4 additions & 1 deletion example/cfg/config_evm-evm_2.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,10 @@
},
"commHealthCheckInterval": "24h"
},
"opentelemetryCollectorURL": "http://otel-collector:4318"
"opentelemetryCollectorURL": "http://otel-collector:4318",
"UploaderConfig":{
"URL":"http://ipfs0:5001/api/v0/add"
}
},
"domains": [
{
Expand Down
5 changes: 4 additions & 1 deletion example/cfg/config_evm-evm_3.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,10 @@
},
"commHealthCheckInterval": "24h"
},
"opentelemetryCollectorURL": "http://otel-collector:4318"
"opentelemetryCollectorURL": "http://otel-collector:4318",
"UploaderConfig":{
"URL":"http://ipfs0:5001/api/v0/add"
}
},
"domains": [
{
Expand Down
9 changes: 9 additions & 0 deletions example/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,15 @@ services:
ports:
- "9944:9944"
- "9933:9933"

ipfs0:
container_name: ipfs0
image: ipfs/kubo:release
ports:
- "4001:4001"
- "5002:5001"
- "8080:8080"


relayer1:
container_name: example_relayer1
Expand Down

0 comments on commit fc68107

Please sign in to comment.