remove lidarr and use soulseek
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user