Kris Lamoureux
e9399f4344
- 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
6 lines
105 B
YAML
6 lines
105 B
YAML
services:
|
|
rtorrent:
|
|
build:
|
|
context: .
|
|
image: ${IMAGE:-localhost/rtorrent}:${TAG:-latest}
|