Notes »

Experimenting with Reticulum and Nomad Network

docker-compose YAML

services:
  nomadnet:
    image: ghcr.io/markqvist/nomadnet:master
    container_name: nomadnet
    restart: unless-stopped
    network_mode: "host"
    devices:
      - /dev/ttyUSB0
    volumes:
      - /home/$USER/.nomadnetwork/:/root/.nomadnetwork/
      - /home/$USER/.reticulum/:/root/.reticulum/

Replace $USER with your username (or maybe compose has access to env, idk) the devices line with the ttyUSB0 device allows nomadnet to use an LoRa RNode

NOTE: For some reason I need to run docker-compose restart after a server reboot for my node to come back up.

Links

edit SideBar

Page last modified on August 07, 2023, at 11:21 am

^