Docker
Pull and run
Section titled “Pull and run”mkdir seedarr && cd seedarrcurl -fsSL https://raw.githubusercontent.com/Artpou/seedarr/main/docker-compose.yml -o docker-compose.ymldocker compose pulldocker compose up -dImages are multi-arch (linux/amd64 + linux/arm64). Docker pulls the matching architecture automatically (PC, NAS, Freebox, Raspberry Pi, etc.).
Build locally from source
Section titled “Build locally from source”For contributors or custom images:
git clone https://github.com/Artpou/seedarr.gitcd seedarrdocker compose -f docker-compose.yml -f docker-compose.build.yml up -d --buildbeta— latest build frommain- Version tags such as
0.1.0-beta.0— pin a specific release
Refer to docker-compose.yml and the Dockerfile in the repository for volumes, ports, and environment variables.