media player
This commit is contained in:
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
|
||||
volumes:
|
||||
- ${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/downloaded/books:/data/downloaded/books
|
||||
- ${EXTERNAL_STORAGE}/media/audiobooks:/data/downloaded/audiobooks
|
||||
- ${EXTERNAL_STORAGE}/media/music:/data/downloaded/music
|
||||
labels:
|
||||
# Watchtower
|
||||
- "com.centurylinklabs.watchtower.enable=true"
|
||||
|
||||
Reference in New Issue
Block a user