docker-rtorrent/docker-compose.build.yml
Kris Lamoureux e9399f4344
Build rtorrent Docker image on Debian 12 slim
- Create multi-stage Dockerfile for libtorrent/rtorrent compilation
- Set up runtime image with binaries, config, and entrypoint script
- Implement Makefile and docker-compose for build/cleanup processes
- Entrypoint script for user creation and config setup
2024-09-10 00:44:12 -04:00

6 lines
105 B
YAML

services:
rtorrent:
build:
context: .
image: ${IMAGE:-localhost/rtorrent}:${TAG:-latest}