commit
ad08a092f1
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +0,0 @@
|
|||||||
media-stack-volumes
|
|
@ -73,8 +73,8 @@ services:
|
|||||||
- 51413:51413/udp
|
- 51413:51413/udp
|
||||||
volumes:
|
volumes:
|
||||||
- tx-config:/config
|
- tx-config:/config
|
||||||
- $HOME/media-stack-volumes/torrent-downloads:/downloads
|
- torrent-downloads:/downloads
|
||||||
- $HOME/media-stack-volumes/tx-watch:/watch
|
- tx-watch:/watch
|
||||||
restart: "unless-stopped"
|
restart: "unless-stopped"
|
||||||
|
|
||||||
## Default credentials - Username: admin password: adminadmin ##
|
## Default credentials - Username: admin password: adminadmin ##
|
||||||
@ -93,7 +93,7 @@ services:
|
|||||||
- WEBUI_PORT=5080
|
- WEBUI_PORT=5080
|
||||||
volumes:
|
volumes:
|
||||||
- qbittorrent-config:/config
|
- qbittorrent-config:/config
|
||||||
- $HOME/media-stack-volumes/torrent-downloads:/downloads
|
- torrent-downloads:/downloads
|
||||||
|
|
||||||
## Uncomment below ports if VPN is disabled.
|
## Uncomment below ports if VPN is disabled.
|
||||||
# ports:
|
# ports:
|
||||||
@ -115,7 +115,7 @@ services:
|
|||||||
- 7878:7878
|
- 7878:7878
|
||||||
volumes:
|
volumes:
|
||||||
- radarr-config:/config
|
- radarr-config:/config
|
||||||
- $HOME/media-stack-volumes/torrent-downloads:/downloads
|
- torrent-downloads:/downloads
|
||||||
restart: "unless-stopped"
|
restart: "unless-stopped"
|
||||||
|
|
||||||
sonarr:
|
sonarr:
|
||||||
@ -130,7 +130,7 @@ services:
|
|||||||
- TZ=UTC
|
- TZ=UTC
|
||||||
volumes:
|
volumes:
|
||||||
- sonarr-config:/config
|
- sonarr-config:/config
|
||||||
- $HOME/media-stack-volumes/torrent-downloads:/downloads
|
- torrent-downloads:/downloads
|
||||||
ports:
|
ports:
|
||||||
- 8989:8989
|
- 8989:8989
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
@ -147,7 +147,7 @@ services:
|
|||||||
- TZ=UTC
|
- TZ=UTC
|
||||||
volumes:
|
volumes:
|
||||||
- jackett-config:/config
|
- jackett-config:/config
|
||||||
- $HOME/media-stack-volumes/jackett-blackhole:/downloads
|
- jackett-blackhole:/downloads
|
||||||
ports:
|
ports:
|
||||||
- 9117:9117
|
- 9117:9117
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
@ -180,7 +180,7 @@ services:
|
|||||||
- TZ=UTC
|
- TZ=UTC
|
||||||
volumes:
|
volumes:
|
||||||
- jellyfin-config:/config
|
- jellyfin-config:/config
|
||||||
- $HOME/media-stack-volumes/torrent-downloads:/data
|
- torrent-downloads:/data
|
||||||
# devices:
|
# devices:
|
||||||
# - /dev/videoN:/dev/videoN # Mount GPU device
|
# - /dev/videoN:/dev/videoN # Mount GPU device
|
||||||
ports:
|
ports:
|
||||||
@ -190,14 +190,17 @@ services:
|
|||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
|
torrent-downloads:
|
||||||
radarr-config:
|
radarr-config:
|
||||||
sonarr-config:
|
sonarr-config:
|
||||||
jackett-config:
|
jackett-config:
|
||||||
|
jackett-blackhole:
|
||||||
prowlarr-config:
|
prowlarr-config:
|
||||||
jellyfin-config:
|
jellyfin-config:
|
||||||
qbittorrent-config:
|
qbittorrent-config:
|
||||||
tx-config:
|
tx-config:
|
||||||
|
tx-watch:
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
mynetwork:
|
mynetwork:
|
||||||
external: true
|
external: true
|
||||||
|
Loading…
Reference in New Issue
Block a user