diff --git a/rtorrent.yml b/rtorrent.yml new file mode 100644 index 0000000..dc9eafb --- /dev/null +++ b/rtorrent.yml @@ -0,0 +1,17 @@ +--- +services: + rtorrent: + image: binhex/arch-rtorrentvpn + container_name: rtorrent + environment: + - VPN_ENABLED=no + volumes: + - "${DOCKER_STORAGE_PATH}/rtorrent/config:/config" + - ${STORAGE_PATH}/seed:/data + - /etc/localtime:/etc/localtime:ro + ports: + - "9080:9080" + - "9443:9443" + - "8118:8118" + restart: unless-stopped +