Skip to content
This repository has been archived by the owner on Feb 23, 2024. It is now read-only.

Add chain spec path var to docker compose template #28

Open
wants to merge 1 commit into
base: omni
Choose a base branch
from
Open
Changes from all commits
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
1 change: 1 addition & 0 deletions aws/templates/docker_compose.tftpl
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ services:
DISABLE_READ_API: "true"
DISABLE_WRITE_API: "true"
%{ endif ~}
CHAIN_SPEC_PATH: "https://raw.githubusercontent.com/omni-network/blockscout-terraform/omni/chain_spec/omni-predeploys.json"
BLOCKSCOUT_PROTOCOL: "https"
BLOCKSCOUT_HOST: '${blockscout_host}'
BLOCKSCOUT_VERSION: v5.2.2
Expand Down