From c8dfbc01888771a93c657f3d7bafdc090ab89e7c Mon Sep 17 00:00:00 2001 From: Reece Williams Date: Mon, 20 Feb 2023 21:24:09 -0600 Subject: [PATCH] latest --- Makefile | 2 +- akash/deploy.yaml | 6 ++++-- requirements/requirements.txt | 3 +-- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/Makefile b/Makefile index ef77b5a..67033a8 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION=0.0.5 +VERSION=0.0.6 run: docker-compose up diff --git a/akash/deploy.yaml b/akash/deploy.yaml index 34466b1..bd4a58a 100644 --- a/akash/deploy.yaml +++ b/akash/deploy.yaml @@ -14,7 +14,7 @@ services: - global: true rpc-cache: - image: reecepbcups/rpc-cache:0.0.4 + image: reecepbcups/rpc-cache:0.0.6 depends_on: - redis env: @@ -23,6 +23,7 @@ services: - REDIS_URL=redis://akash.provider.domain.here:30830/0 - REDIS_RPC_PREFIX=unirpc - ENABLE_COUNTER=false + - USE_BACKUP_AS_PRIMARY=false - RPC_URL=http://5.161.80.115:26657 - BACKUP_RPC_URL=https://juno-testnet-rpc.polkachu.com - RPC_WEBSOCKET=ws://5.161.80.115:26657/websocket @@ -45,7 +46,7 @@ services: - global: true api-cache: - image: reecepbcups/api-cache:0.0.4 + image: reecepbcups/api-cache:0.0.6 depends_on: - redis env: @@ -53,6 +54,7 @@ services: - REMOTE_CONFIG_TIME_FILE=https://raw.githubusercontent.com/Reecepbcups/cosmos-endpoint-cache/main/configs/cache_times.json - REDIS_URL=redis://akash.provider.domain.here:30830/0 - REDIS_REST_PREFIX=unirest + - USE_BACKUP_AS_PRIMARY=false - REST_URL=http://15.204.143.232:1317 - BACKUP_REST_URL=https://juno-testnet-api.polkachu.com - ENABLE_COUNTER=false diff --git a/requirements/requirements.txt b/requirements/requirements.txt index a451ce0..f792b47 100644 --- a/requirements/requirements.txt +++ b/requirements/requirements.txt @@ -18,7 +18,6 @@ uwsgi gunicorn # breaks older python installs. Is this needed for docker? -# Werkzeug==0.14.1 -# uWSGI==2.0.17.1 +uWSGI==2.0.17.1 pycoingecko \ No newline at end of file