Skip to content

Commit 9dca68f

Browse files
committed
Use docker.env
1 parent 2ac688c commit 9dca68f

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

docker-compose-runner.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ services:
1414
dev-liquidity-token-watcher:
1515
image: "matterlabs/dev-liquidity-token-watcher:latest"
1616
env_file:
17-
- ./etc/env/dev.env
17+
- ./etc/env/docker.env
1818
volumes:
1919
- ./etc/tokens/:/etc/tokens
2020

docker-compose.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ services:
2222
dev-liquidity-token-watcher:
2323
image: "matterlabs/dev-liquidity-token-watcher:latest"
2424
env_file:
25-
- ./etc/env/dev.env
25+
- ./etc/env/docker.env
2626
ports:
2727
- "9975:9975"
2828
volumes:

etc/env/docker.env

+3-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@ FEE_TICKER_COINMARKETCAP_BASE_URL=http://dev-ticker:9876
33
FEE_TICKER_COINGECKO_BASE_URL=http://dev-ticker:9876
44
DATABASE_URL=postgres://postgres@postgres/plasma
55
FEE_TICKER_UNISWAP_URL=http://dev-liquidity-token-watcher:9975/graphql
6-
6+
DEV_LIQUIDITY_TOKEN_WATCHER_BLACKLISTED_TOKENS=0x0000000000000000000000000000000000000001
7+
DEV_LIQUIDITY_TOKEN_WATCHER_DEFAULT_VOLUME=500
8+
DEV_LIQUIDITY_TOKEN_WATCHER_REGIME=whitelist
79

810
# Time to process one miniblock (in ms)
911
CHAIN_STATE_KEEPER_MINIBLOCK_ITERATION_INTERVAL=50

0 commit comments

Comments
 (0)