A curated list of Docker Compose samples to run and deploy 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.
- Azure Container Instances only with Torrust Tracker.
- Azure Container Instances with Nginx/SQLite. WIP.
- Azure Container Instances with Nginx/Certbot/Mysql. WIP.
- Digital Ocean Droplet with docker.
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).