Skip to content

Commit

Permalink
Add proxy to docker
Browse files Browse the repository at this point in the history
  • Loading branch information
gianbelinche committed Sep 11, 2024
1 parent 1d3a17a commit f6be583
Showing 1 changed file with 6 additions and 0 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

0 comments on commit f6be583

Please sign in to comment.