Skip to content

Commit

Permalink
fix compose
Browse files Browse the repository at this point in the history
  • Loading branch information
Reecepbcups committed Feb 21, 2023
1 parent ca97052 commit 354bd05
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ services:

# way to change # of workers / threads?
rpc:
image: "reecepbcups/rpc-cache:0.0.4"
image: "reecepbcups/rpc-cache:0.0.5"
network_mode: "host"
depends_on:
- redis_db
# depends_on:
# - redis_db
environment:
- REMOTE_CONFIG_TIME_FILE=https://raw.githubusercontent.com/Reecepbcups/cosmos-endpoint-cache/main/configs/cache_times.json
# - REDIS_URL=redis://127.0.0.1:6379
Expand All @@ -40,13 +40,13 @@ services:
- "5001:5001"

api:
image: "reecepbcups/api-cache:0.0.4"
image: "reecepbcups/api-cache:0.0.5"
network_mode: "host"
depends_on:
- redis_db
# depends_on:
# - redis_db
environment:
- REMOTE_CONFIG_TIME_FILE=https://raw.githubusercontent.com/Reecepbcups/cosmos-endpoint-cache/main/configs/cache_times.json
- REDIS_URL=redis://redis_db
- REDIS_URL=redis://127.0.0.1:6379/0
- REDIS_REST_PREFIX=unirest
- REST_URL=http://15.204.143.232:1317
- BACKUP_REST_URL=https://api.juno.strange.love
Expand Down

0 comments on commit 354bd05

Please sign in to comment.