From 7f5d1ccc7225a69b260bf6b15d6bf37dccb5a221 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Kucharczyk?= Date: Mon, 29 Aug 2022 12:50:54 +0200 Subject: [PATCH] rtorrent: add --- rtorrent.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 rtorrent.yml 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 +