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

Merged
telackey merged 5 commits from telackey/ethpxy into main 2023-08-29 21:49:10 +00:00
2 changed files with 1 additions and 4 deletions
Showing only changes of commit b0dffe3bbc - Show all commits

View File

@ -4,8 +4,7 @@ services:
redis:
hostname: mainnet-eth-api-proxy-redis
image: redis:7-alpine
env_file:
- ../config/mainnet-eth-api-proxy/ethpxy.env
command: redis-server --save "" --appendonly no --maxmemory-policy allkeys-lru --maxmemory 1G
eth-api-proxy:
hostname: mainnet-eth-api-proxy

View File

@ -4,5 +4,3 @@ CERC_ETHPXY_REDIS_URL='redis://mainnet-eth-api-proxy-redis:6379'
CERC_ETHPXY_REDIS_MAX_AGE=120000
CERC_ETHPXY_GETH_WS_URL='ws://mainnet-eth-geth-1:8546'
CERC_ETHPXY_GETH_HTTP_URL='http://mainnet-eth-geth-1:8545'
REDIS_ARGS="--maxmemory-policy allkeys-lru --maxmemory 1G"