We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aee4b4e commit 3e992ccCopy full SHA for 3e992cc
.github/workflows/event_pr.yml
@@ -91,6 +91,12 @@ jobs:
91
RPC_PROXY_PROVIDER_ALLNODES_API_KEY: ""
92
RPC_PROXY_PROVIDER_MELD_API_KEY: ""
93
RPC_PROXY_PROVIDER_MELD_API_URL: ""
94
+ - run: docker compose up -d --build proxy
95
+ - uses: ./.github/workflows/sub-validate.yml
96
+ secrets: inherit
97
+ with:
98
+ stage: local
99
+ stage-url: http://localhost:3001
100
- run: docker logs mock-bundler-anvil-1
101
if: failure()
102
- run: docker logs mock-bundler-alto-1
docker-compose.yaml
@@ -20,7 +20,7 @@ services:
20
context: .
21
dockerfile: Dockerfile
22
ports:
23
- - "3000:3000"
+ - "3001:3000"
24
environment:
25
- RPC_PROXY_LOG_LEVEL=DEBUG
26
- RPC_PROXY_HOST=0.0.0.0
0 commit comments