remove lidarr and use soulseek

This commit is contained in:
tolerryan
2025-03-17 03:28:39 -05:00
parent 73b3a00595
commit 8d89a3867c

View File

@@ -38,37 +38,19 @@ services:
- SERVER_CITIES="Chicago Illinois"
- FIREWALL_VPN_INPUT_PORTS=v
rutorrent:
image: crazymax/rtorrent-rutorrent:latest
container_name: rutorrent
environment:
- PUID=2000
- PGID=995
- TZ=America/Chicago
- XMLRPC_PORT=11001 #the default port is 8000 but mine was already in use. if yours is free then you don't need this line and you can change this line '- 11001:11001' in ports to '- 11001:8000'
- RT_INC_PORT=25365
volumes:
- ./data/rutorrent/data:/data
- /data:/downloads
- ./data/rutorrent/password:/passwd
network_mode: service:gluetun
security_opt:
- no-new-privileges:true
restart: always
lidarr:
container_name: lidarr
image: ghcr.io/hotio/lidarr
slskd:
image: slskd/slskd
container_name: slskd
ports:
- "8686:8686"
- "5030:5030"
- "5031:5031"
- "25365:25365"
environment:
- PUID=2000
- PGID=995
- UMASK=002
- TZ=Etc/UTC
- SLSKD_REMOTE_CONFIGURATION=true
volumes:
- ./data/lidarr/:/config
- /data:/data
- ./data/soulseek/:/app
- /data/:/data
restart: always
navidrome:
image: deluan/navidrome:latest