Add headphones; comment out lidarr.

Lidarr is a piece of shit that consistently sucks in docker.
Gonna trial headphones to see if it works better containerized or if I
have to move them out of docker-compose.
This commit is contained in:
jowj 2019-01-30 18:59:54 -06:00
parent d10554fcf4
commit acf90a29ab

View File

@ -14,17 +14,30 @@ services:
- "/Users/josiah/Documents/apps/sonarr:/config"
- "/Users/josiah/Downloads/usenet-complete/:/downloads"
- "/Volumes/usenet/tv/:/tv"
lidarr:
image: "linuxserver/lidarr"
# lidarr:
# image: "linuxserver/lidarr"
# ports:
# - "8686:8686"
# restart: unless-stopped
# environment:
# PUID: 1000
# PGID: 1000
# TZ: America/Chicago
# volumes:
# - "/Users/josiah/Documents/apps/lidarr:/config"
# - "/Users/josiah/Downloads/usenet-complete/:/downloads"
# - "/Volumes/usenet/audio/:/music"
headphones:
image: "linuxserver/headphones"
ports:
- "8686:8686"
- "8181:8181"
restart: unless-stopped
environment:
PUID: 1000
PGID: 1000
TZ: America/Chicago
volumes:
- "/Users/josiah/Documents/apps/lidarr:/config"
- "/Users/josiah/Documents/apps/headphones:/config"
- "/Users/josiah/Downloads/usenet-complete/:/downloads"
- "/Volumes/usenet/audio/:/music"
radarr: