2025-02-10 10:08:04 +01:00

19 lines
545 B
YAML

services:
crawler1:
build: crawler.Dockerfile
environment:
- CRAWLER_LOGLEVEL=TRACE
# - CRAWLER_PUBLICIP= Set to override CURL to ip.codex.storage
- CRAWLER_METRICSADDRESS=0.0.0.0
- CRAWLER_METRICSPORT=8008
- CRAWLER_DATADIR=crawler_data
- CRAWLER_DISCPORT=8090
- CRAWLER_BOOTNODES=testnet_sprs
- CRAWLER_STEPDELAY=3000
- CRAWLER_REVISITDELAY=1440
ports:
- 8008:8008/tcp # Metrics
- 8090:8090/udp # DHT discovery
volumes:
- ./crawler_data:/crawler_data:z