Migrate to the new frontend using Docker
docker-compose.yml
file.environment:
list of the docker-compose.yml
file.
environment:
list. Replace these with env vars from your existing backend. The only one you NEED to keep is API_V2_ENABLED='true'
. Any values added here will override existing variables when starting the docker container.
common-visualizer.env
, common-stats.env
, and common-smart-contract-verifier.env
files.
Note that in the smart-contract-verifier.envs
the SMART_CONTRACT_VERIFIER__SOLIDITY__FETCHER__LIST__LIST_URL
variable is different depending on your OS. The default is Linux, if you are running macOS or Windows be sure to comment out the appropriate variables.