changes
This commit is contained in:
parent
e4c2e8d63a
commit
5dc6044906
8 changed files with 38 additions and 39 deletions
|
@ -7,7 +7,6 @@ networks:
|
|||
config:
|
||||
- subnet: "172.16.20.0/24"
|
||||
|
||||
|
||||
services:
|
||||
qbit:
|
||||
image: dyonr/qbittorrentvpn
|
||||
|
@ -69,24 +68,6 @@ 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
|
||||
|
||||
jackett:
|
||||
image: lscr.io/linuxserver/jackett:latest
|
||||
container_name: jackett
|
||||
|
@ -127,13 +108,5 @@ services:
|
|||
- /srv/jellyfin/config:/config
|
||||
- /mnt/library:/data
|
||||
restart: unless-stopped
|
||||
networks:
|
||||
- proxy
|
||||
|
||||
jellyfin-vue:
|
||||
image: ghcr.io/jellyfin/jellyfin-vue:unstable.2022-12-17.14796ba
|
||||
environment:
|
||||
- LETSENCRYPT_HOST=vue.fin.neo.famslof.nl
|
||||
- VIRTUAL_HOST=vue.fin.neo.famslof.nl
|
||||
networks:
|
||||
- proxy
|
Reference in a new issue