Skip to content

Commit

Permalink
Update dependencies, alephium stack (#147)
Browse files Browse the repository at this point in the history
* update dependencies, alephium stack
  • Loading branch information
DevRozaDev authored Oct 16, 2024
1 parent fb34069 commit 05873c7
Show file tree
Hide file tree
Showing 11 changed files with 316 additions and 308 deletions.
4 changes: 2 additions & 2 deletions alephium-stack/devnet/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
alephium:
image: alephium/alephium:v3.6.2
image: alephium/alephium:v3.8.1
restart: 'no'
ports:
- 19973:19973/tcp
Expand Down Expand Up @@ -48,7 +48,7 @@ services:
restart: unless-stopped

explorer-backend:
image: alephium/explorer-backend:v1.19.4
image: alephium/explorer-backend:v2.2.3
depends_on:
postgres:
condition: service_healthy
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2788,7 +2788,7 @@
"refId": "C"
},
{
"expr": "sum(rate(alephium_block_duration_milliseconds_sum[1m]))",
"expr": "sum(rate(alephium_block_duration_milliseconds_sum[1m])) / sum(rate(alephium_block_duration_milliseconds_count[1m]))",
"interval": "",
"legendFormat": "Average",
"refId": "D"
Expand Down
4 changes: 2 additions & 2 deletions alephium-stack/mainnet/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ volumes:

services:
alephium:
image: alephium/alephium:v3.6.2
image: alephium/alephium:v3.8.1
restart: 'no'
logging:
driver: 'local'
Expand Down Expand Up @@ -65,7 +65,7 @@ services:
# restart: unless-stopped

# explorer-backend:
# image: alephium/explorer-backend:v1.19.4
# image: alephium/explorer-backend:v2.2.3
# depends_on:
# postgres:
# condition: service_healthy
Expand Down
2 changes: 1 addition & 1 deletion alephium-stack/mainnet/full-node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ volumes:

services:
alephium:
image: alephium/alephium:v1.4.4
image: alephium/alephium:v3.8.1
restart: unless-stopped
ports:
# 9973 (udp and tcp) is used for external p2p connection and must be exposed
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2788,7 +2788,7 @@
"refId": "C"
},
{
"expr": "sum(rate(alephium_block_duration_milliseconds_sum[1m]))",
"expr": "sum(rate(alephium_block_duration_milliseconds_sum[30m])) / sum(rate(alephium_block_duration_milliseconds_count[30m]))",
"interval": "",
"legendFormat": "Average",
"refId": "D"
Expand Down
4 changes: 2 additions & 2 deletions alephium-stack/mining-pool-local-testnet/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
alephium:
image: alephium/alephium:v3.6.2
image: alephium/alephium:v3.8.1
restart: 'no'
ports:
- 19973:19973/tcp
Expand Down Expand Up @@ -48,7 +48,7 @@ services:
restart: unless-stopped

explorer-backend:
image: alephium/explorer-backend:v1.19.1
image: alephium/explorer-backend:v2.2.3
depends_on:
postgres:
condition: service_healthy
Expand Down
4 changes: 2 additions & 2 deletions alephium-stack/testnet/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ volumes:

services:
alephium:
image: alephium/alephium:v3.6.2
image: alephium/alephium:v3.8.1
restart: 'no'
logging:
driver: 'local'
Expand Down Expand Up @@ -65,7 +65,7 @@ services:
# restart: unless-stopped

# explorer-backend:
# image: alephium/explorer-backend:v1.19.4
# image: alephium/explorer-backend:v2.2.3
# depends_on:
# postgres:
# condition: service_healthy
Expand Down
Loading

0 comments on commit 05873c7

Please sign in to comment.