Add env to docker related files

account
Никита Поздняков 2 years ago committed by Viktor Baranov
parent 501df71449
commit 3575c6ea34
  1. 1
      docker-compose/envs/common-blockscout.env
  2. 3
      docker/Makefile

@ -127,3 +127,4 @@ RUST_VERIFICATION_SERVICE_URL=http://host.docker.internal:8043/
# DATABASE_READ_ONLY_API_URL=
# DATABASE_ACCOUNT_URL=
# POOL_SIZE_ACCOUNT=
CLOAK_KEY=

@ -508,6 +508,9 @@ endif
ifdef POOL_SIZE_ACCOUNT
BLOCKSCOUT_CONTAINER_PARAMS += -e 'POOL_SIZE_ACCOUNT=$(POOL_SIZE_ACCOUNT)'
endif
ifdef CLOAK_KEY
BLOCKSCOUT_CONTAINER_PARAMS += -e 'CLOAK_KEY=$(CLOAK_KEY)'
endif
HAS_BLOCKSCOUT_IMAGE := $(shell docker images | grep -sw "${BS_CONTAINER_IMAGE} ")
build:

Loading…
Cancel
Save