update compose: add new crawler image

This commit is contained in:
Victor Shyba 2022-07-28 22:58:43 -03:00
parent 487e260aef
commit 313ed043c8

View file

@ -3,6 +3,7 @@ version: "3.3"
volumes: volumes:
grafana-storage: grafana-storage:
prom-storage: prom-storage:
dht-storage:
services: services:
prometheus: prometheus:
@ -43,12 +44,14 @@ services:
# - 4444:4444/udp # - 4444:4444/udp
dht-crawler: dht-crawler:
image: lbry/dht-bootstrap:crawler # metrics at port 8080 image: lbry/dht-bootstrap:crawler_with_hosting # metrics at port 8080
entrypoint: python3 entrypoint: python3
command: scripts/dht_crawler.py command: scripts/dht_crawler.py /database/data.db
container_name: dht_node_crawler container_name: dht_node_crawler
restart: unless-stopped restart: unless-stopped
network_mode: "host" network_mode: "host"
volumes:
- dht-storage:/database/
# node-exporter: # node-exporter: