Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading