no more lidarr
This commit is contained in:
parent
016860b9ca
commit
fdb04ba4da
1 changed files with 17 additions and 17 deletions
|
@ -69,23 +69,23 @@ services:
|
|||
networks:
|
||||
- proxy
|
||||
|
||||
lidarr:
|
||||
image: lscr.io/linuxserver/lidarr:latest
|
||||
container_name: lidarr
|
||||
environment:
|
||||
- LETSENCRYPT_HOST=lidarr.neo.famslof.nl
|
||||
- VIRTUAL_HOST=lidarr.neo.famslof.nl
|
||||
- VIRTUAL_PORT=8686
|
||||
- PUID=1000
|
||||
- PGID=113
|
||||
- TZ=Europe/Amsterdam
|
||||
volumes:
|
||||
- /srv/lidarr/config:/config
|
||||
- /mnt/library/music:/music #optional
|
||||
- /mnt/library/downloads:/downloads #optional
|
||||
restart: unless-stopped
|
||||
networks:
|
||||
- proxy
|
||||
# lidarr:
|
||||
# image: lscr.io/linuxserver/lidarr:latest
|
||||
# container_name: lidarr
|
||||
# environment:
|
||||
# - LETSENCRYPT_HOST=lidarr.neo.famslof.nl
|
||||
# - VIRTUAL_HOST=lidarr.neo.famslof.nl
|
||||
# - VIRTUAL_PORT=8686
|
||||
# - PUID=1000
|
||||
# - PGID=113
|
||||
# - TZ=Europe/Amsterdam
|
||||
# volumes:
|
||||
# - /srv/lidarr/config:/config
|
||||
# - /mnt/library/music:/music #optional
|
||||
# - /mnt/library/downloads:/downloads #optional
|
||||
# restart: unless-stopped
|
||||
# networks:
|
||||
# - proxy
|
||||
|
||||
jackett:
|
||||
image: lscr.io/linuxserver/jackett:latest
|
||||
|
|
Reference in a new issue