File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
- VERSION =0.0.9
1
+ VERSION =0.0.10
2
2
3
3
run :
4
4
docker-compose up
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ version: "2.0"
5
5
6
6
services :
7
7
rpc-cache :
8
- image : reecepbcups/rpc-cache:0.0.9
8
+ image : reecepbcups/rpc-cache:0.0.10
9
9
env :
10
10
# NOTE - most up to date will be in the docker-compose.yml file
11
11
- REMOTE_CONFIG_TIME_FILE=https://raw.githubusercontent.com/Reecepbcups/cosmos-endpoint-cache/main/configs/cache_times.json
@@ -35,7 +35,7 @@ services:
35
35
- global : true
36
36
37
37
api-cache :
38
- image : reecepbcups/api-cache:0.0.9
38
+ image : reecepbcups/api-cache:0.0.10
39
39
env :
40
40
# NOTE - most up to date will be in the docker-compose.yml file
41
41
- REMOTE_CONFIG_TIME_FILE=https://raw.githubusercontent.com/Reecepbcups/cosmos-endpoint-cache/main/configs/cache_times.json
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ version: "3.9"
3
3
services :
4
4
# Juno testnet endpoints
5
5
rpc :
6
- image : " reecepbcups/rpc-cache:0.0.9 "
6
+ image : " reecepbcups/rpc-cache:0.0.10 "
7
7
network_mode : " host"
8
8
environment :
9
9
- REMOTE_CONFIG_TIME_FILE=https://raw.githubusercontent.com/Reecepbcups/cosmos-endpoint-cache/main/configs/cache_times.json
@@ -30,7 +30,7 @@ services:
30
30
31
31
# Juno mainnet endpoints
32
32
api :
33
- image : " reecepbcups/api-cache:0.0.9 "
33
+ image : " reecepbcups/api-cache:0.0.10 "
34
34
network_mode : " host"
35
35
environment :
36
36
- REMOTE_CONFIG_TIME_FILE=https://raw.githubusercontent.com/Reecepbcups/cosmos-endpoint-cache/main/configs/cache_times.json
You can’t perform that action at this time.
0 commit comments