Skip to content

Commit

Permalink
Add eigenDA proxy to docker (#258)
Browse files Browse the repository at this point in the history
* Add proxy to docker

* Add api_node_url to toml initialization

* Add eigenda flag to zk server

* Revert "Add eigenda flag to zk server"

This reverts commit 081cff6.

* Update submodule
  • Loading branch information
gianbelinche authored and juan518munoz committed Sep 17, 2024
1 parent aef97a5 commit ac821f0
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,3 +56,9 @@ services:
profiles:
- runner
network_mode: host

eigenda-proxy:
image: ghcr.io/layr-labs/eigenda-proxy
ports:
- "4242:4242"
command: ./eigenda-proxy --addr 0.0.0.0 --port 4242 --memstore.enabled
2 changes: 1 addition & 1 deletion etc/env/base/eigen_da_client.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
[eigen_da_client]
api_node_url="http://localhost:3100"
api_node_url = "http://127.0.0.1:4242"

0 comments on commit ac821f0

Please sign in to comment.