An open API service indexing awesome lists of open source software.

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

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).