2025-08-28 14:23:20 -04:00
2025-08-28 11:16:57 -04:00
2025-08-28 11:16:57 -04:00
2025-08-28 11:16:57 -04:00
2025-08-28 13:08:10 -04:00
2025-08-28 14:23:20 -04:00
2025-08-28 14:23:20 -04:00
2025-08-28 14:23:20 -04:00
2025-08-28 13:07:34 -04:00
2025-08-27 20:32:47 -04:00
2025-08-28 14:23:20 -04:00

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

  1. Clone this repository:

    git clone https://github.com/BillyOutlast/UNIT3D-Docker.git
    cd UNIT3D-Docker
    
  2. Clone the UNIT3D source code and set up environment variables:

    git clone https://github.com/HDInnovations/UNIT3D.git
    cd UNIT3D
    cp .env.example .env
    
  3. Edit the .env file to set a secure database username and password:

    DB_USERNAME=your_secure_username
    DB_PASSWORD=your_strong_password
    

    Replace your_secure_username and your_strong_password with your own secure values.

  4. Build and start the containers:

    docker-compose up -d
    
  5. Access UNIT3D at http://localhost:8000

Configuration

  • Edit .env to customize database, ports, and other settings.
  • See docker-compose.yml for 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

S
Description
Building a better mousetrap
Readme 47 KiB
Languages
Shell 47.5%
Dockerfile 35.6%
Python 16.9%