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