Add eth-api-proxy to mainnet-eth stack. (#514)

* Add eth-api-proxy to mainnet-eth stack.
This commit is contained in:
2023-08-29 16:49:09 -05:00
committed by GitHub
parent 7f9b556f9d
commit d3c26948fc
5 changed files with 34 additions and 1 deletions
@@ -0,0 +1,15 @@
version: '3.8'
services:
redis:
hostname: mainnet-eth-api-proxy-redis
image: redis:7-alpine
command: redis-server --save "" --appendonly no --maxmemory-policy allkeys-lru --maxmemory 1G
eth-api-proxy:
hostname: mainnet-eth-api-proxy
image: cerc/eth-api-proxy:local
env_file:
- ../config/mainnet-eth-api-proxy/ethpxy.env
ports:
- 8547