Skip to content

Commit

Permalink
update blockscout envs
Browse files Browse the repository at this point in the history
  • Loading branch information
eseiker committed Oct 19, 2023
1 parent d6a923b commit 72f22b9
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions templates/docker-compose-blockscout.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,18 @@
- 4000:4000
environment:
CHAIN_ID: ${L2_CHAIN_ID}
CHAIN_SPEC_PATH: /genesis.json
SUBNETWORK: L2 CHAIN ${L2_CHAIN_ID}
ETHEREUM_JSONRPC_VARIANT: geth
ETHEREUM_JSONRPC_HTTP_URL: http://op-geth:8545/
ETHEREUM_JSONRPC_TRACE_URL: http://op-geth:8545/
DATABASE_URL: postgresql://postgres:@blockscout-postgres:5432/blockscout?ssl=false
ECTO_USE_SSL: false
PORT: 4000
SECRET_KEY_BASE: 56NtB48ear7+wMSf0IQuWDAAazhpb31qyc7GiyspBP2vh7t5zlCsF5QDv76chXeN
MIX_ENV: prod
CHAIN_SPEC_PATH: /genesis.json
MICROSERVICE_VISUALIZE_SOL2UML_URL: http://visualizer:8050/
MICROSERVICE_SIG_PROVIDER_URL: http://sig-provider:8050/
MICROSERVICE_SC_VERIFIER_URL: http://smart-contract-verifier:8050/
command: sh -c "bin/blockscout eval \"Elixir.Explorer.ReleaseTasks.create_and_migrate()\" && bin/blockscout start"

blockscout-redis:
Expand Down

0 comments on commit 72f22b9

Please sign in to comment.