Update volumes

This commit is contained in:
Navratan Lal Gupta 2022-08-31 18:25:06 +05:30
parent f492ae1bb0
commit 37e8738d0e
2 changed files with 9 additions and 11 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
media-stack-volumes

View File

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