From d8989ba7a939bf631943c42069f88e1944e71136 Mon Sep 17 00:00:00 2001 From: Joey Hafner Date: Tue, 1 Nov 2022 00:34:43 -0700 Subject: [PATCH] #36 for Qbittorrent --- homelab/server/config/qbittorrent/docker-compose.yml | 2 +- homelab/server/config/qbittorrent/project.env | 0 homelab/server/config/qbittorrent/{.env => qbittorrent.env} | 3 +++ 3 files changed, 4 insertions(+), 1 deletion(-) delete mode 100644 homelab/server/config/qbittorrent/project.env rename homelab/server/config/qbittorrent/{.env => qbittorrent.env} (88%) diff --git a/homelab/server/config/qbittorrent/docker-compose.yml b/homelab/server/config/qbittorrent/docker-compose.yml index bcef8275..e9c01911 100644 --- a/homelab/server/config/qbittorrent/docker-compose.yml +++ b/homelab/server/config/qbittorrent/docker-compose.yml @@ -22,7 +22,7 @@ services: - $DOCKER_DATA:/config - $TORRENT_DATA:/torrenting env_file: - - .env + - qbittorrent.env ports: - 50000:50000 labels: diff --git a/homelab/server/config/qbittorrent/project.env b/homelab/server/config/qbittorrent/project.env deleted file mode 100644 index e69de29b..00000000 diff --git a/homelab/server/config/qbittorrent/.env b/homelab/server/config/qbittorrent/qbittorrent.env similarity index 88% rename from homelab/server/config/qbittorrent/.env rename to homelab/server/config/qbittorrent/qbittorrent.env index 51686e26..5031a738 100644 --- a/homelab/server/config/qbittorrent/.env +++ b/homelab/server/config/qbittorrent/qbittorrent.env @@ -1,5 +1,8 @@ +# Volumes DOCKER_DATA=/home/joey/data/qbittorrent TORRENT_DATA=/mnt/nas/torrenting + +# Env PUID=1000 PGID=1000 TZ=America/Los_Angeles