media player
This commit is contained in:
@@ -35,6 +35,8 @@ include:
|
|||||||
- ${MEDIA_PATH}/audiobookshelf/audiobookshelf.yml
|
- ${MEDIA_PATH}/audiobookshelf/audiobookshelf.yml
|
||||||
- ${MEDIA_PATH}/calibre/calibre.yml
|
- ${MEDIA_PATH}/calibre/calibre.yml
|
||||||
- ${MEDIA_PATH}/immich/immich.yml
|
- ${MEDIA_PATH}/immich/immich.yml
|
||||||
|
- ${MEDIA_PATH}/lidarr/lidarr.yml
|
||||||
|
- ${MEDIA_PATH}/navidrome/navidrome.yml
|
||||||
- ${MEDIA_PATH}/prowlarr/prowlarr.yml
|
- ${MEDIA_PATH}/prowlarr/prowlarr.yml
|
||||||
- ${MEDIA_PATH}/qbittorrent/qbittorrent.yml
|
- ${MEDIA_PATH}/qbittorrent/qbittorrent.yml
|
||||||
- ${MEDIA_PATH}/readarr/readarr.yml
|
- ${MEDIA_PATH}/readarr/readarr.yml
|
||||||
|
|||||||
26
project/media/lidarr/lidarr.yml
Normal file
26
project/media/lidarr/lidarr.yml
Normal file
@@ -0,0 +1,26 @@
|
|||||||
|
services:
|
||||||
|
lidarr:
|
||||||
|
extends:
|
||||||
|
file: ${TEMPLATES_PATH}
|
||||||
|
service: default
|
||||||
|
image: lscr.io/linuxserver/lidarr
|
||||||
|
container_name: lidarr
|
||||||
|
ports:
|
||||||
|
- 2010:8686
|
||||||
|
networks:
|
||||||
|
- ip4net
|
||||||
|
dns:
|
||||||
|
- 8.8.8.8
|
||||||
|
- 1.1.1.1
|
||||||
|
volumes:
|
||||||
|
- ${MEDIA_PATH}/lidarr/config:/config
|
||||||
|
- ${MEDIA_PATH}/data:/data
|
||||||
|
- ${EXTERNAL_STORAGE}/media/music:/music
|
||||||
|
labels:
|
||||||
|
# Watchtower
|
||||||
|
- "com.centurylinklabs.watchtower.enable=true"
|
||||||
|
# Traefik
|
||||||
|
- "traefik.enable=true"
|
||||||
|
- "traefik.http.routers.lidarr.rule=Host(`lidarr.${LOCAL_DOMAIN}`)"
|
||||||
|
- "traefik.http.routers.lidarr.entrypoints=https"
|
||||||
|
- 'traefik.http.routers.lidarr.tls=true'
|
||||||
22
project/media/navidrome/navidrome.yml
Normal file
22
project/media/navidrome/navidrome.yml
Normal file
@@ -0,0 +1,22 @@
|
|||||||
|
services:
|
||||||
|
navidrome:
|
||||||
|
extends:
|
||||||
|
file: ${TEMPLATES_PATH}
|
||||||
|
service: default
|
||||||
|
image: deluan/navidrome
|
||||||
|
container_name: navidrome
|
||||||
|
ports:
|
||||||
|
- 2011:4533
|
||||||
|
networks:
|
||||||
|
- ip4net
|
||||||
|
volumes:
|
||||||
|
- ${MEDIA_PATH}/navidrome/data:/data
|
||||||
|
- ${EXTERNAL_STORAGE}/media/music:/music:ro
|
||||||
|
labels:
|
||||||
|
# Watchtower
|
||||||
|
- "com.centurylinklabs.watchtower.enable=true"
|
||||||
|
# Traefik
|
||||||
|
- "traefik.enable=true"
|
||||||
|
- "traefik.http.routers.navidrome.rule=Host(`navidrome.${LOCAL_DOMAIN}`)"
|
||||||
|
- "traefik.http.routers.navidrome.entrypoints=https"
|
||||||
|
- 'traefik.http.routers.navidrome.tls=true'
|
||||||
@@ -17,10 +17,10 @@ services:
|
|||||||
- TORRENTING_PORT=50059
|
- TORRENTING_PORT=50059
|
||||||
volumes:
|
volumes:
|
||||||
- ${MEDIA_PATH}/qbittorrent/config:/config
|
- ${MEDIA_PATH}/qbittorrent/config:/config
|
||||||
- ${MEDIA_PATH}/qbittorrent/downloads:/downloads # do not use this folder, see https://wiki.servarr.com/docker-guide#consistent-and-well-planned-paths -> issues
|
|
||||||
- ${MEDIA_PATH}/data/torrents:/data/torrents
|
- ${MEDIA_PATH}/data/torrents:/data/torrents
|
||||||
- ${MEDIA_PATH}/data/downloaded/books:/data/downloaded/books
|
- ${MEDIA_PATH}/data/downloaded/books:/data/downloaded/books
|
||||||
- ${EXTERNAL_STORAGE}/media/audiobooks:/data/downloaded/audiobooks
|
- ${EXTERNAL_STORAGE}/media/audiobooks:/data/downloaded/audiobooks
|
||||||
|
- ${EXTERNAL_STORAGE}/media/music:/data/downloaded/music
|
||||||
labels:
|
labels:
|
||||||
# Watchtower
|
# Watchtower
|
||||||
- "com.centurylinklabs.watchtower.enable=true"
|
- "com.centurylinklabs.watchtower.enable=true"
|
||||||
|
|||||||
Reference in New Issue
Block a user