Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
38 changes: 19 additions & 19 deletions docker-compose-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ services:
build:
context: .
dockerfile: Dockerfile.dev
restart: always
restart: no
environment:
ETHEREUM_RPC_URL: '${RPC_URL_ETHEREUM}'
CHAIN_ID: '1'
Expand Down Expand Up @@ -64,7 +64,7 @@ services:
build:
context: .
dockerfile: Dockerfile.dev
restart: always
restart: no
environment:
ETHEREUM_RPC_URL: '${RPC_URL_BSC}'
CHAIN_ID: '56'
Expand Down Expand Up @@ -94,7 +94,7 @@ services:
build:
context: .
dockerfile: Dockerfile.dev
restart: always
restart: no
environment:
ETHEREUM_RPC_URL: '${RPC_URL_POLYGON}'
CHAIN_ID: '137'
Expand Down Expand Up @@ -128,7 +128,7 @@ services:
build:
context: .
dockerfile: Dockerfile.dev
restart: always
restart: no
environment:
ETHEREUM_RPC_URL: '${RPC_URL_AVALANCHE}'
CHAIN_ID: '43114'
Expand Down Expand Up @@ -157,7 +157,7 @@ services:
build:
context: .
dockerfile: Dockerfile.dev
restart: always
restart: no
environment:
ETHEREUM_RPC_URL: '${RPC_URL_FANTOM}'
CHAIN_ID: '250'
Expand Down Expand Up @@ -185,7 +185,7 @@ services:
build:
context: .
dockerfile: Dockerfile.dev
restart: always
restart: no
environment:
EVM_RPC_URL: '${RPC_URL_CELO}'
CHAIN_ID: '42220'
Expand Down Expand Up @@ -222,7 +222,7 @@ services:
build:
context: .
dockerfile: Dockerfile.dev
restart: always
restart: no
environment:
ETHEREUM_RPC_URL: '${RPC_URL_OPTIMISM}'
CHAIN_ID: '10'
Expand All @@ -248,7 +248,7 @@ services:
build:
context: .
dockerfile: Dockerfile.dev
restart: always
restart: no
environment:
ETHEREUM_RPC_URL: '${RPC_URL_ARBITRUM}'
CHAIN_ID: '42161'
Expand All @@ -274,7 +274,7 @@ services:
build:
context: .
dockerfile: Dockerfile.dev
restart: always
restart: no
environment:
ETHEREUM_RPC_URL: '${RPC_URL_BASE}'
CHAIN_ID: '8453'
Expand All @@ -298,7 +298,7 @@ services:
context: .
dockerfile: Dockerfile.dev
platform: linux/amd64
restart: always
restart: no
environment:
SCRAPER_MODE: 'BLOCKS'
EVM_RPC_URL: '${RPC_URL_SCROLL}'
Expand All @@ -325,7 +325,7 @@ services:
context: .
dockerfile: Dockerfile.dev
platform: linux/amd64
restart: always
restart: no
environment:
SCRAPER_MODE: 'EVENTS'
EVM_RPC_URL: '${RPC_URL_BLAST}'
Expand Down Expand Up @@ -354,7 +354,7 @@ services:
context: .
dockerfile: Dockerfile.dev
platform: linux/amd64
restart: always
restart: no
environment:
SCRAPER_MODE: 'EVENTS'
EVM_RPC_URL: '${RPC_URL_LINEA}'
Expand Down Expand Up @@ -385,7 +385,7 @@ services:
context: .
dockerfile: Dockerfile.dev
platform: linux/amd64
restart: always
restart: no
environment:
SCRAPER_MODE: 'BLOCKS'
EVM_RPC_URL: '${RPC_URL_MODE}'
Expand Down Expand Up @@ -414,7 +414,7 @@ services:
context: .
dockerfile: Dockerfile.dev
platform: linux/amd64
restart: always
restart: no
environment:
SCRAPER_MODE: 'EVENTS'
EVM_RPC_URL: '${RPC_URL_MANTLE}'
Expand Down Expand Up @@ -443,7 +443,7 @@ services:
context: .
dockerfile: Dockerfile.dev
platform: linux/amd64
restart: always
restart: no
environment:
SCRAPER_MODE: 'BLOCKS'
EVM_RPC_URL: '${RPC_URL_WORLDCHAIN}'
Expand Down Expand Up @@ -473,7 +473,7 @@ services:
context: .
dockerfile: Dockerfile.dev
platform: linux/amd64
restart: always
restart: no
environment:
SCRAPER_MODE: 'BLOCKS'
EVM_RPC_URL: '${RPC_URL_UNICHAIN}'
Expand Down Expand Up @@ -503,7 +503,7 @@ services:
context: .
dockerfile: Dockerfile.dev
platform: linux/amd64
restart: always
restart: no
environment:
SCRAPER_MODE: 'BLOCKS'
EVM_RPC_URL: '${RPC_URL_BERACHAIN}'
Expand Down Expand Up @@ -533,7 +533,7 @@ services:
context: .
dockerfile: Dockerfile.dev
platform: linux/amd64
restart: always
restart: no
environment:
SCRAPER_MODE: 'BLOCKS'
EVM_RPC_URL: '${RPC_URL_INK}'
Expand Down Expand Up @@ -564,7 +564,7 @@ services:
build:
context: .
dockerfile: Dockerfile.dev
restart: always
restart: no
environment:
ETHEREUM_RPC_URL: '${RPC_URL_ETHEREUM}'
CHAIN_ID: '1'
Expand Down
30 changes: 15 additions & 15 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ services:
build:
context: .
dockerfile: Dockerfile
restart: always
restart: no
environment:
EVM_RPC_URL: '${RPC_URL_ETHEREUM}'
CHAIN_ID: '1'
Expand Down Expand Up @@ -72,7 +72,7 @@ services:
build:
context: .
dockerfile: Dockerfile
restart: always
restart: no
environment:
EVM_RPC_URL: '${BSC_RPC_URL_ALCHEMY}'
CHAIN_ID: '56'
Expand Down Expand Up @@ -108,7 +108,7 @@ services:
build:
context: .
dockerfile: Dockerfile
restart: always
restart: no
environment:
EVM_RPC_URL: '${RPC_URL_POLYGON}'
CHAIN_ID: '137'
Expand Down Expand Up @@ -143,7 +143,7 @@ services:
build:
context: .
dockerfile: Dockerfile
restart: always
restart: no
environment:
EVM_RPC_URL: '${RPC_URL_AVALANCHE}'
CHAIN_ID: '43114'
Expand Down Expand Up @@ -176,7 +176,7 @@ services:
build:
context: .
dockerfile: Dockerfile
restart: always
restart: no
environment:
EVM_RPC_URL: '${FANTOM_RPC_URL_ALCHEMY}'
CHAIN_ID: '250'
Expand Down Expand Up @@ -209,7 +209,7 @@ services:
build:
context: .
dockerfile: Dockerfile
restart: always
restart: no
environment:
EVM_RPC_URL: '${CELO_RPC_URL_ALCHEMY}'
CHAIN_ID: '42220'
Expand All @@ -236,7 +236,7 @@ services:
build:
context: .
dockerfile: Dockerfile
restart: always
restart: no
environment:
useLevel: "debug"
EVM_RPC_URL: '${RPC_URL_OPTIMISM}'
Expand Down Expand Up @@ -271,7 +271,7 @@ services:
build:
context: .
dockerfile: Dockerfile
restart: always
restart: no
environment:
LOG_LEVEL: "debug"
EVM_RPC_URL: '${EVM_RPC_URL_ARBITRUM}'
Expand Down Expand Up @@ -318,7 +318,7 @@ services:
build:
context: .
dockerfile: Dockerfile
restart: always
restart: no
environment:
EVM_RPC_URL: '${RPC_URL_BASE}'
CHAIN_ID: '8453'
Expand Down Expand Up @@ -348,7 +348,7 @@ services:
build:
context: .
dockerfile: Dockerfile
restart: always
restart: no
environment:
EVM_RPC_URL: '${SCROLL_RPC_URL_ALCHEMY}'
CHAIN_ID: '534352'
Expand Down Expand Up @@ -385,7 +385,7 @@ services:
build:
context: .
dockerfile: Dockerfile
restart: always
restart: no
environment:
EVM_RPC_URL: '${BLAST_RPC_URL_ALCHEMY}'
CHAIN_ID: '81457'
Expand Down Expand Up @@ -422,7 +422,7 @@ services:
build:
context: .
dockerfile: Dockerfile
restart: always
restart: no
environment:
EVM_RPC_URL: '${LINEA_RPC_URL_ALCHEMY}'
CHAIN_ID: '59144'
Expand Down Expand Up @@ -459,7 +459,7 @@ services:
build:
context: .
dockerfile: Dockerfile
restart: always
restart: no
environment:
EVM_RPC_URL: '${MODE_RPC_URL_ALCHEMY}'
CHAIN_ID: '34443'
Expand Down Expand Up @@ -496,7 +496,7 @@ services:
build:
context: .
dockerfile: Dockerfile
restart: always
restart: no
environment:
EVM_RPC_URL: '${MANTLE_RPC_URL_QUICKNODE}'
CHAIN_ID: '5000'
Expand Down Expand Up @@ -533,7 +533,7 @@ services:
build:
context: .
dockerfile: Dockerfile
restart: always
restart: no
environment:
EVM_RPC_URL: '${RPC_URL_ETHEREUM}'
CHAIN_ID: '1'
Expand Down
Loading