From f074a9e3b8cc6712105563ce787d2779480abbab Mon Sep 17 00:00:00 2001 From: Shreerang Kale Date: Fri, 1 Aug 2025 16:18:38 +0530 Subject: [PATCH] Update compose file env vars --- .../compose/docker-compose-solana-proxy.yml | 3 +-- stack/stack-orchestrator/stack/solana-proxy/README.md | 5 +---- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/stack/stack-orchestrator/compose/docker-compose-solana-proxy.yml b/stack/stack-orchestrator/compose/docker-compose-solana-proxy.yml index e9f9dcc..78c2dbf 100644 --- a/stack/stack-orchestrator/compose/docker-compose-solana-proxy.yml +++ b/stack/stack-orchestrator/compose/docker-compose-solana-proxy.yml @@ -11,8 +11,7 @@ services: QUICKNODE_TOKEN: ${QUICKNODE_TOKEN} # Proxy settings - CACHE_SIZE_GB: 100 - DISABLE_CACHE: ${DISABLE_CACHE} + CACHE_SIZE_GB: 1 BACKOFF_MINUTES: 30 # Logging diff --git a/stack/stack-orchestrator/stack/solana-proxy/README.md b/stack/stack-orchestrator/stack/solana-proxy/README.md index 0b4b959..d64f3a3 100644 --- a/stack/stack-orchestrator/stack/solana-proxy/README.md +++ b/stack/stack-orchestrator/stack/solana-proxy/README.md @@ -46,14 +46,11 @@ Instructions for running the `solana-proxy` using [laconic-so](https://git.vdb.t * Inside the `solana-proxy-deployment` deployment directory, open `config.env` file and set following env variables: ```bash - # Provider endpoints and auth (optional) + # Optional ALCHEMY_API_KEY=your_alchemy_key_here HELIUS_API_KEY=your_helius_key_here QUICKNODE_ENDPOINT=your_endpoint.quiknode.pro QUICKNODE_TOKEN=your_quicknode_token_here - - # Proxy settings - DISABLE_CACHE=true LOG_LEVEL=INFO ```