Skip to content

Commit

Permalink
latest
Browse files Browse the repository at this point in the history
  • Loading branch information
Reecepbcups committed Feb 21, 2023
1 parent 354bd05 commit c8dfbc0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION=0.0.5
VERSION=0.0.6

run:
docker-compose up
Expand Down
6 changes: 4 additions & 2 deletions akash/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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
Expand All @@ -45,14 +46,15 @@ services:
- global: true

api-cache:
image: reecepbcups/api-cache:0.0.4
image: reecepbcups/api-cache:0.0.6
depends_on:
- redis
env:
# NOTE - most up to date will be in the docker-compose.yml file
- 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
Expand Down
3 changes: 1 addition & 2 deletions requirements/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit c8dfbc0

Please sign in to comment.