Skip to content

Commit

Permalink
add env var to docker-compose
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexNi245 committed Jul 2, 2024
1 parent d66bc6b commit 31c5303
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,8 @@ services:
DATABASE_URL: postgresql://postgres:example@offchain-resolver-db:5432
PORT: 8082
RPC: ${RPC}
REACT_APP_ADDR_ENS_SUBDOMAIN: ${REACT_APP_ADDR_ENS_SUBDOMAIN}
RESOLVER_SUPPORTED_ADDR_ENS_SUBDOMAINS: ${REACT_APP_ADDR_ENS_SUBDOMAIN}
RESOLVER_SUPPORTED_NAME_ENS_SUBDOMAINS: ${REACT_APP_NAME_ENS_SUBDOMAIN}
LOG_LEVEL: 'debug'

web:
Expand Down

0 comments on commit 31c5303

Please sign in to comment.