docker-compose.yaml
version: "3"
services:
streamr-miner:
restart: always
image: streamr/broker-node:latest
container_name: streamr
init: true
privileged: true
network_mode: host
ports:
- 7170:7170
- 7171:7171
- 1883:1883
volumes:
- '/opt/streamr/docker:/root/.streamr'
ulimits:
nofile:
soft: 64000
hard: 64000