File tree Expand file tree Collapse file tree 3 files changed +24
-13
lines changed
apps/cli/src/compose/rollups Expand file tree Collapse file tree 3 files changed +24
-13
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ " @cartesi/cli " : minor
3+ ---
4+
5+ bump explorer-api to v1.0.0-alpha.3
Original file line number Diff line number Diff line change 1+ ---
2+ " @cartesi/cli " : minor
3+ ---
4+
5+ bump explorer to v1.0.0-alpha.2
Original file line number Diff line number Diff line change 1+ x-explorer_db_env : &explorer_db_env
2+ DB_NAME : explorer
3+ DB_PORT : 5432
4+ DB_HOST : database
5+ DB_PASS : password
6+
17services :
28 explorer_api :
3- image : cartesi/rollups-explorer-api:0.5.0
9+ image : cartesi/rollups-explorer-api:1.0.0-alpha.3
410 environment :
5- DB_NAME : ${PGDATABASE:-squid}
6- DB_PORT : ${PGPORT:-5432}
7- DB_HOST : ${PGHOST:-database}
8- DB_PASS : ${PGPASSWORD:-password}
11+ << : *explorer_db_env
912 GQL_PORT : 4350
1013 expose :
1114 - 4350
@@ -28,22 +31,20 @@ services:
2831 condition : service_healthy
2932
3033 squid_processor :
31- image : cartesi/rollups-explorer-api:0.5.0
34+ image : cartesi/rollups-explorer-api:1.0.0-alpha.3
3235 environment :
33- CHAIN_ID : ${CHAIN_ID:-13370}
34- RPC_URL_31337 : ${RPC_URL:-http://anvil:8545}
36+ << : *explorer_db_env
37+ CHAIN_IDS : ${CARTESI_BLOCKCHAIN_ID:-13370}
38+ RPC_URL_13370 : ${RPC_URL:-http://anvil:8545}
3539 BLOCK_CONFIRMATIONS_13370 : 0
36- DB_NAME : ${PGDATABASE:-squid}
37- DB_PORT : ${PGPORT:-5432}
38- DB_HOST : ${PGHOST:-database}
39- DB_PASS : ${PGPASSWORD:-password}
40+ GENESIS_BLOCK_13370 : 1
4041 command : ["sqd", "process:prod"]
4142 depends_on :
4243 database :
4344 condition : service_healthy
4445
4546 explorer :
46- image : cartesi/rollups-explorer:0.12.0
47+ image : cartesi/rollups-explorer:1.0.0-alpha.2
4748 expose :
4849 - 3000
4950 depends_on :
You can’t perform that action at this time.
0 commit comments