-
Notifications
You must be signed in to change notification settings - Fork 0
/
compose.yml
executable file
·42 lines (40 loc) · 926 Bytes
/
compose.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
services:
torrent:
image: qbittorrentofficial/qbittorrent-nox:4.6.4-3
container_name: qbit
restart: unless-stopped
ports:
- 6881:6881
- 8090:8090
environment:
- QBT_EULA=accept
- QBT_WEBUI_PORT=8090
volumes:
- ./qbit_config:/config
- ./qbit_downloads:/downloads
app:
build:
context: ./tgbot
container_name: tgbot
restart: unless-stopped
environment:
- QBIT_TOKEN=6403566867:AAFrSLPwpXyqRu_m4197zzj8VvUDb2ASw6E
depends_on:
- torrent
plex:
container_name: plex
image: plexinc/pms-docker
restart: unless-stopped
ports:
- 8000:32400
hostname: plex
network_mode: host
environment:
- TZ=Asia/Dhaka
- PLEX_UID=1000
- PLEX_GID=1000
- ALLOWED_NETWORKS=192.168.0.0/24
volumes:
- ./plex_config:/config
- ./plex_temp:/transcode
- ./qbit_downloads:/data