198 lines
4.6 KiB
YAML
Executable File
198 lines
4.6 KiB
YAML
Executable File
version: "3.7"
|
|
|
|
services:
|
|
|
|
###########################################################################
|
|
###########################################################################
|
|
##
|
|
## Docker Compose File: qbittorrent Services
|
|
## Function: Run qbittorrent Services
|
|
##
|
|
###########################################################################
|
|
###########################################################################
|
|
|
|
qbittorrent:
|
|
container_name: qbittorrent
|
|
hostname: qbittorrent
|
|
image: lscr.io/linuxserver/qbittorrent:latest
|
|
restart: unless-stopped
|
|
runtime: runc
|
|
working_dir: /
|
|
volumes:
|
|
- /home/albus/qbittorrent/config:/config
|
|
- /mnt/storage/qbit:/downloads
|
|
ports:
|
|
- 6881:6881
|
|
- 6881:6881/udp
|
|
- 8080:8080
|
|
cap_add:
|
|
- AUDIT_WRITE
|
|
- CHOWN
|
|
- DAC_OVERRIDE
|
|
- FOWNER
|
|
- FSETID
|
|
- KILL
|
|
- MKNOD
|
|
- NET_BIND_SERVICE
|
|
- NET_RAW
|
|
- SETFCAP
|
|
- SETGID
|
|
- SETPCAP
|
|
- SETUID
|
|
- SYS_CHROOT
|
|
cap_drop:
|
|
- AUDIT_CONTROL
|
|
- BLOCK_SUSPEND
|
|
- DAC_READ_SEARCH
|
|
- IPC_LOCK
|
|
- IPC_OWNER
|
|
- LEASE
|
|
- LINUX_IMMUTABLE
|
|
- MAC_ADMIN
|
|
- MAC_OVERRIDE
|
|
- NET_ADMIN
|
|
- NET_BROADCAST
|
|
- SYSLOG
|
|
- SYS_ADMIN
|
|
- SYS_BOOT
|
|
- SYS_MODULE
|
|
- SYS_NICE
|
|
- SYS_PACCT
|
|
- SYS_PTRACE
|
|
- SYS_RAWIO
|
|
- SYS_RESOURCE
|
|
- SYS_TIME
|
|
- SYS_TTY_CONFIG
|
|
- WAKE_ALARM
|
|
environment:
|
|
- PUID=1000
|
|
- PGID=1000
|
|
- TZ=America/New_York
|
|
- WEBUI_PORT=8080
|
|
- PS1=$(whoami)@$(hostname):$(pwd)\$
|
|
labels:
|
|
- build_version=Linuxserver.io version:- 4.5.4-r0-ls272 Build-date:-
|
|
2023-06-25T06:55:08+00:00
|
|
- org.opencontainers.image.created=2023-06-25T06:55:08+00:00
|
|
- org.opencontainers.image.version=4.5.4-r0-ls272
|
|
- org.opencontainers.image.revision=77e443e9f0d4c1ed87ea8023c398237e0e16966c
|
|
- org.opencontainers.image.ref.name=77e443e9f0d4c1ed87ea8023c398237e0e16966c
|
|
depends_on:
|
|
caddy:
|
|
condition: service_healthy
|
|
restart: true
|
|
networks:
|
|
- proxy
|
|
|
|
qbitmanage:
|
|
image: cr.hotio.dev/hotio/qbitmanage:latest
|
|
container_name: qbitmanage
|
|
hostname: qbitmanage
|
|
restart: unless-stopped
|
|
runtime: runc
|
|
volumes:
|
|
- /home/albus/qbitmanage/config:/config
|
|
- /home/albus/qbittorrent/downloads:/downloads
|
|
cap_add:
|
|
- AUDIT_WRITE
|
|
- CHOWN
|
|
- DAC_OVERRIDE
|
|
- FOWNER
|
|
- FSETID
|
|
- KILL
|
|
- MKNOD
|
|
- NET_BIND_SERVICE
|
|
- NET_RAW
|
|
- SETFCAP
|
|
- SETGID
|
|
- SETPCAP
|
|
- SETUID
|
|
- SYS_CHROOT
|
|
cap_drop:
|
|
- AUDIT_CONTROL
|
|
- BLOCK_SUSPEND
|
|
- DAC_READ_SEARCH
|
|
- IPC_LOCK
|
|
- IPC_OWNER
|
|
- LEASE
|
|
- LINUX_IMMUTABLE
|
|
- MAC_ADMIN
|
|
- MAC_OVERRIDE
|
|
- NET_ADMIN
|
|
- NET_BROADCAST
|
|
- SYSLOG
|
|
- SYS_ADMIN
|
|
- SYS_BOOT
|
|
- SYS_MODULE
|
|
- SYS_NICE
|
|
- SYS_PACCT
|
|
- SYS_PTRACE
|
|
- SYS_RAWIO
|
|
- SYS_RESOURCE
|
|
- SYS_TIME
|
|
- SYS_TTY_CONFIG
|
|
- WAKE_ALARM
|
|
environment:
|
|
- TZ=America/New_York
|
|
depends_on:
|
|
qbittorrent:
|
|
condition: service_healthy
|
|
restart: true
|
|
networks:
|
|
- proxy
|
|
|
|
# autobrr:
|
|
# container_name: autobrr
|
|
# hostname: autobrr
|
|
# user: 1000:1000
|
|
# image: ghcr.io/autobrr/autobrr:latest
|
|
# restart: unless-stopped
|
|
# runtime: runc
|
|
# working_dir: /app
|
|
# volumes:
|
|
# - /home/albus/autobrr:/config
|
|
# ports:
|
|
# - 7474:7474
|
|
# cap_add:
|
|
# - AUDIT_WRITE
|
|
# - CHOWN
|
|
# - DAC_OVERRIDE
|
|
# - FOWNER
|
|
# - FSETID
|
|
# - KILL
|
|
# - MKNOD
|
|
# - NET_BIND_SERVICE
|
|
# - NET_RAW
|
|
# - SETFCAP
|
|
# - SETGID
|
|
# - SETPCAP
|
|
# - SETUID
|
|
# - SYS_CHROOT
|
|
# cap_drop:
|
|
# - AUDIT_CONTROL
|
|
# - BLOCK_SUSPEND
|
|
# - DAC_READ_SEARCH
|
|
# - IPC_LOCK
|
|
# - IPC_OWNER
|
|
# - LEASE
|
|
# - LINUX_IMMUTABLE
|
|
# - MAC_ADMIN
|
|
# - MAC_OVERRIDE
|
|
# - NET_ADMIN
|
|
# - NET_BROADCAST
|
|
# - SYSLOG
|
|
# - SYS_ADMIN
|
|
# - SYS_BOOT
|
|
# - SYS_MODULE
|
|
# - SYS_NICE
|
|
# - SYS_PACCT
|
|
# - SYS_PTRACE
|
|
# - SYS_RAWIO
|
|
# - SYS_RESOURCE
|
|
# - SYS_TIME
|
|
# - SYS_TTY_CONFIG
|
|
# - WAKE_ALARM
|
|
# environment:
|
|
# - TZ=America/New_York
|
|
# networks:
|
|
# - proxy |