denis-ev / docker-UNIT3D

Dockerfile for UNIT3D Private Torrent Tracker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

docker-UNIT3D

A dockerfile to get the UNIT3D Tracker by HDInnovations up and running.

This is a work in progress(proof of concept) and does not work yet. Also do not use this in production! Contribute or fork if you want.

Please open issues if you have any problems! Suggestions and recommendations are heavily welcome.

Startup parameters needed for the container:

DB_HOST - The host of the database IP or Domain
DB_DATABASE - The name of the Unit3d database
DB_USERNAME - The username of the mysql user
DB_PASSWORD - The password of the user
APP_URL - The Url on which the Unit3d App will listen
INITIALIZE - 0/1 if you want to create the database for Unit3d or not

About

Dockerfile for UNIT3D Private Torrent Tracker

License:GNU Affero General Public License v3.0


Languages

Language:Dockerfile 83.0%Language:Shell 17.0%