first commit with existing files

This commit is contained in:
2025-05-17 13:08:39 +02:00
commit cda37be691
29 changed files with 617 additions and 0 deletions

25
qbittorrent_old.yaml Normal file
View File

@@ -0,0 +1,25 @@
version: "2.1"
#networks:
# frontend:
# external: true
services:
qbittorrent:
image: lscr.io/linuxserver/qbittorrent:latest
container_name: qbittorrent
network_mode: host
environment:
- PUID=1000
- PGID=1000
- TZ=Europe/Budapest
- WEBUI_PORT=8080
volumes:
- /docker/qBittorrent:/config/qBittorrent
- /path/to/torrents:/torrents
#ports:
# - 8080:8080
# - 6881:6881
# - 6881:6881/udp
restart: always
#networks:
# - frontend