1376 links
192 private links
  • Liens de WebManiaK
  • Home
  • Login
  • RSS Feed
  • ATOM Feed
  • Tag cloud
  • Picture wall
  • Daily
Links per page: 20 50 100
  • thumbnail
    Run Flood (and torrent clients) in containers · jesec/flood · Discussion #120 · GitHub

    Run Flood (and torrent clients) in containers using Docker Compose configuration:

    services:
      flood:
        hostname: flood
        image: jesec/flood
        user: 1000:1001
        restart: unless-stopped
        command: --port 3001 --allowedpath /data
        environment:
          HOME: /config
        volumes:
          - /home/jc/dlconfig:/config
          - /mnt/data0:/data
        ports:
          - 127.0.0.1:3001:3001
    
      rtorrent:
        hostname: rtorrent
        image: jesec/rtorrent
        user: 1000:1001
        restart: unless-stopped
        command: -o network.port_range.set=6881-6881,system.daemon.set=true
        environment:
          HOME: /config
        volumes:
          - /home/jc/dlconfig:/config
          - /mnt/data0:/data
        ports:
          - 0.0.0.0:6881:6881
    May 24, 2025 at 4:52:12 PM GMT+2 * - permalink -
    QRCode
    - https://github.com/jesec/flood/discussions/120
    torrent docker
Links per page: 20 50 100
Shaarli - The personal, minimalist, super fast, database-free, bookmarking service by the Shaarli community - Help/documentation