external-frontend.yml
file.external-frontend.yml
file.
environment:
list. Replace 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 in your instance when you start the container.
http://host.docker.internal:3000
but if you’ve made any changes pass in your url.
Run all containers (up) and run processes in the background (-d).
FRONT_PROXY_PASS
variable) , you will see the default port for the backend default is 4000, and 3000 for the frontend.
However, with the proxy setup the whole application will default to port 80 (which is just localhost). Your instance should now be served on localhost. More details about the recommended proxy setup.
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.