Skip to content

Commit

Permalink
add anvil docker-compose
Browse files Browse the repository at this point in the history
  • Loading branch information
mihanixa1 committed Apr 26, 2024
1 parent a82551e commit 7e5c5c1
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
15 changes: 15 additions & 0 deletions docker-compose-rpc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
version: '3.8'

networks:
backend:
name: backend
external: true

services:
blockchain_rpc:
image: ghcr.io/foundry-rs/foundry
command: ["anvil", "--host", "0.0.0.0"]
ports:
- "8545:8545"
networks:
- backend
3 changes: 3 additions & 0 deletions docker/tx_root_publisher/dev.env
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
RPC_URL=http://localhost:8545
INTERACTION_DATASET_ADDR=...
RELAYER_PK=...

0 comments on commit 7e5c5c1

Please sign in to comment.