https://github.com/josecelano/awesome-torrust-tracker-compose
A curated list of Docker Compose samples to run and deploy the Torrust Tracker
https://github.com/josecelano/awesome-torrust-tracker-compose
List: awesome-torrust-tracker-compose
bit-torrent docker docker-compose torrust-tracker
Last synced: about 2 months ago
JSON representation
A curated list of Docker Compose samples to run and deploy the Torrust Tracker
- Host: GitHub
- URL: https://github.com/josecelano/awesome-torrust-tracker-compose
- Owner: josecelano
- Created: 2022-12-14T17:25:13.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-20T16:35:46.000Z (over 3 years ago)
- Last Synced: 2025-04-01T21:54:36.866Z (over 1 year ago)
- Topics: bit-torrent, docker, docker-compose, torrust-tracker
- Language: Rust
- Homepage:
- Size: 23.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Awesome Torrust Tracker Compose
A curated list of Docker Compose samples to run and deploy [Torrust Tracker](https://github.com/torrust/torrust-tracker) using docker-compose.
These samples provide a starting point for how to integrate different services using a Compose file and to manage their deployment with Docker Compose.
## Samples of Docker Compose applications
- [Azure Container Instances only with Torrust Tracker](./aci-nginx/).
- [Azure Container Instances with Nginx/SQLite](./aci-nginx/). WIP.
- [Azure Container Instances with Nginx/Certbot/Mysql](./aci-nginx-certbot/). WIP.
- [Digital Ocean Droplet with docker](./droplet-docker-context/).
## ACI notes
Some examples are using ACI (Azure Container Instances). The basic example with only one service works fine. But the other services using Nginx do not work yet.
The reason could be the low resource limit (4 CPUs for all running instances in the container group).