services: tinyweb: build: . ports: - "8080:8080" volumes: - tinyweb-data:/data restart: unless-stopped # Connect to another Reticulum instance over TCP. # Required on macOS (Docker can't do LAN auto-discovery). # On Linux, auto-discovery works with network_mode: host. # environment: # - RNS_TCP_HOST=10.0.0.100 # - RNS_TCP_PORT=4242 volumes: tinyweb-data: