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" - SERVER_CITIES="Chicago Illinois"
- FIREWALL_VPN_INPUT_PORTS=v - FIREWALL_VPN_INPUT_PORTS=v
rutorrent: slskd:
image: crazymax/rtorrent-rutorrent:latest image: slskd/slskd
container_name: rutorrent container_name: slskd
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
ports: ports:
- "8686:8686" - "5030:5030"
- "5031:5031"
- "25365:25365"
environment: environment:
- PUID=2000 - SLSKD_REMOTE_CONFIGURATION=true
- PGID=995
- UMASK=002
- TZ=Etc/UTC
volumes: volumes:
- ./data/lidarr/:/config - ./data/soulseek/:/app
- /data:/data - /data/:/data
restart: always
navidrome: navidrome:
image: deluan/navidrome:latest image: deluan/navidrome:latest