File tree 19 files changed +172
-0
lines changed
19 files changed +172
-0
lines changed Original file line number Diff line number Diff line change
1
+ # References
2
+
3
+ - https://hub.docker.com/r/flaresolverr/flaresolverr
Original file line number Diff line number Diff line change
1
+ version : ' 3.3'
2
+ services :
3
+ flaresolverr :
4
+ container_name : flaresolverr
5
+ ports :
6
+ - ' 8191:8191'
7
+ environment :
8
+ - LOG_LEVEL=info
9
+ restart : unless-stopped
10
+ image : ' ghcr.io/flaresolverr/flaresolverr:latest'
Original file line number Diff line number Diff line change
1
+ # References
2
+
3
+ - https://github.com/linuxserver/docker-jackett
Original file line number Diff line number Diff line change
1
+ version : " 2.1"
2
+ services :
3
+ jackett :
4
+ image : lscr.io/linuxserver/jackett:latest
5
+ container_name : jackett
6
+ environment :
7
+ - PUID=1000
8
+ - PGID=1000
9
+ - TZ=America/Chicago
10
+ - AUTO_UPDATE=true # optional
11
+ volumes :
12
+ - ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/jackett/config:/config
13
+ - ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/jackett/downloads:/downloads
14
+ ports :
15
+ - 9117:9117
16
+ restart : unless-stopped
Original file line number Diff line number Diff line change
1
+ # References
2
+
3
+ - https://jellyfin.org/docs/general/installation/container#docker
Original file line number Diff line number Diff line change
1
+ version : ' 3.3'
2
+ services :
3
+ jellyfin :
4
+ container_name : jellyfin
5
+ volumes :
6
+ - ' ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/jellyfin/config:/config'
7
+ - ' ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/jellyfin/cache:/cache'
8
+ - ' ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/jellyfin/media:/media'
9
+ network_mode : host
10
+ image : ' jellyfin/jellyfin:latest'
11
+ restart : unless-stopped
Original file line number Diff line number Diff line change
1
+ # References
2
+
3
+ - https://github.com/linuxserver/docker-lidarr
Original file line number Diff line number Diff line change
1
+ version : " 2.1"
2
+ services :
3
+ lidarr :
4
+ image : lscr.io/linuxserver/lidarr:latest
5
+ container_name : lidarr
6
+ environment :
7
+ - PUID=1000
8
+ - PGID=1000
9
+ - TZ=America/Chicago
10
+ volumes :
11
+ - ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/lidarr/config:/config
12
+ - ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/lidarr/music:/music
13
+ - ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/lidarr/downloads:/downloads # Should be the same as the download client's folder
14
+ ports :
15
+ - 8686:8686
16
+ restart : unless-stopped
Original file line number Diff line number Diff line change
1
+ # References
2
+
3
+ - https://github.com/linuxserver/docker-nzbget
Original file line number Diff line number Diff line change
1
+ version : " 2.1"
2
+ services :
3
+ nzbget :
4
+ image : lscr.io/linuxserver/nzbget:latest
5
+ container_name : nzbget
6
+ environment :
7
+ - PUID=1000
8
+ - PGID=1000
9
+ - TZ=America/Chicago
10
+ volumes :
11
+ - ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/nzbget/config:/config
12
+ - ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/nzbget/downloads:/downloads
13
+ ports :
14
+ - 6789:6789
15
+ restart : unless-stopped
Original file line number Diff line number Diff line change
1
+ # References
2
+
3
+ - https://hub.docker.com/r/plexinc/pms-docker
Original file line number Diff line number Diff line change
1
+ version : ' 3.3'
2
+ services :
3
+ pms-docker :
4
+ container_name : plex
5
+ environment :
6
+ - TZ=America/Chicago
7
+ - PLEX_CLAIM=claim-dvmURANy9Z7MbJhmY7V7
8
+ volumes :
9
+ - ' ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/plex/config:/config'
10
+ - ' ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/plex/transcode:/transcode'
11
+ - ' ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/plex/media:/data'
12
+ image : plexinc/pms-docker
13
+ restart : unless-stopped
14
+ ports :
15
+ - ' 32400:32400'
Original file line number Diff line number Diff line change
1
+ version : " 2.1"
2
+ services :
3
+ prowlarr :
4
+ image : lscr.io/linuxserver/prowlarr:latest
5
+ container_name : prowlarr
6
+ environment :
7
+ - PUID=1000
8
+ - PGID=1000
9
+ - TZ=America/Chicago
10
+ volumes :
11
+ - ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/prowlarr/config:/config
12
+ ports :
13
+ - 9696:9696
14
+ restart : unless-stopped
Original file line number Diff line number Diff line change
1
+ # References
2
+
3
+ - https://github.com/linuxserver/docker-radarr
Original file line number Diff line number Diff line change
1
+ version : " 2.1"
2
+ services :
3
+ radarr :
4
+ image : lscr.io/linuxserver/radarr:latest
5
+ container_name : radarr
6
+ environment :
7
+ - PUID=1000
8
+ - PGID=1000
9
+ - TZ=America/Chicago
10
+ volumes :
11
+ - ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/radarr/config:/config
12
+ - ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/radarr/movies:/movies
13
+ - ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/radarr/downloads:/downloads # Should be the same as the download client's folder
14
+ ports :
15
+ - 7878:7878
16
+ restart : unless-stopped
Original file line number Diff line number Diff line change
1
+ # References
2
+
3
+ - https://github.com/linuxserver/docker-sonarr
Original file line number Diff line number Diff line change
1
+ version : " 2.1"
2
+ services :
3
+ sonarr :
4
+ image : cr.hotio.dev/hotio/sonarr
5
+ container_name : sonarr
6
+ environment :
7
+ - PUID=1000
8
+ - PGID=1000
9
+ - TZ=America/Chicago
10
+ volumes :
11
+ - ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/sonarr/configg:/config
12
+ - ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/sonarr/tv:/data/tv
13
+ - ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/sonarr/downloads:/downloads # Should be the same as the download client's folder
14
+ ports :
15
+ - 8989:8989
16
+ restart : unless-stopped
Original file line number Diff line number Diff line change
1
+ # References
2
+
3
+ - https://github.com/linuxserver/docker-transmission
Original file line number Diff line number Diff line change
1
+ version : " 2.1"
2
+ services :
3
+ transmission :
4
+ image : lscr.io/linuxserver/transmission:latest
5
+ container_name : transmission
6
+ environment :
7
+ - PUID=1000
8
+ - PGID=1000
9
+ - TZ=America/Chicago
10
+ volumes :
11
+ - ' ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/transmission/data:/config'
12
+ - ' ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/transmission/downloads:/downloads'
13
+ - ' ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/transmission/watch:/watch'
14
+ ports :
15
+ - 9091:9091
16
+ restart : unless-stopped
You can’t perform that action at this time.
0 commit comments