Gopeed

A modern download manager that supports all platforms. Built with Golang and Flutter.

Directory Structure

    • .env
    • docker-compose.yml

docker-compose.yml

version: '3'
 
services:
  gopeed:
    container_name: gopeed
    ports:
      - "9999:9999" # HTTP port (host:container)
    image: liwei2633/gopeed
    volumes:
      - ~/gopeed/Downloads:/root/Downloads # mount download path
      #- ~/gopeed/storage:/app/storage # if you need to mount storage path, uncomment this line
    restart: unless-stopped

Resources

Website: https://gopeed.com/

GitHub: https://github.com/GopeedLab/gopeed

Docker Hub: https://hub.docker.com/r/liwei2633/gopeed

Configuration: See the Docker Hub page