mirror of
https://github.com/BillyOutlast/UNIT3D-Docker.git
synced 2026-07-01 08:11:44 -04:00
c76a8623a4381fe9218a89785c4d3341ee2865cb
UNIT3D-Docker
A Dockerized setup for UNIT3D, an open-source private torrent tracker.
Features
- Easy deployment with Docker and Docker Compose
- Pre-configured environment for UNIT3D
- Customizable settings
Prerequisites
Getting Started
-
Clone this repository:
git clone https://github.com/BillyOutlast/UNIT3D-Docker.git cd UNIT3D-Docker -
Clone the UNIT3D source code and set up environment variables:
git clone https://github.com/HDInnovations/UNIT3D.git cd UNIT3D cp .env.example .env -
Edit the
.envfile to set a secure database username and password:DB_USERNAME=your_secure_username DB_PASSWORD=your_strong_passwordReplace
your_secure_usernameandyour_strong_passwordwith your own secure values. -
Build and start the containers:
docker-compose up -d -
Access UNIT3D at
http://localhost:8000
Configuration
- Edit
.envto customize database, ports, and other settings. - See
docker-compose.ymlfor service definitions.
Troubleshooting
- Check container logs:
docker-compose logs - Ensure all required ports are available.
License
This project is licensed under the MIT License.
Credits
- UNIT3D
- Docker Community
Languages
Shell
47.5%
Dockerfile
35.6%
Python
16.9%