Merge pull request 'soularr-deployment' (#1) from soularr-deployment into main
Reviewed-on: Trez.One/rinoa-docker#1
This commit is contained in:
@@ -4432,6 +4432,24 @@ services:
|
|||||||
source: /etc/localtime
|
source: /etc/localtime
|
||||||
target: /etc/localtime
|
target: /etc/localtime
|
||||||
type: bind
|
type: bind
|
||||||
|
soularr:
|
||||||
|
container_name: soularr
|
||||||
|
depends_on:
|
||||||
|
- lidarr
|
||||||
|
- soulseek
|
||||||
|
environment:
|
||||||
|
PUID: ${PUID}
|
||||||
|
PGID: ${PGID}
|
||||||
|
TZ: ${TZ}
|
||||||
|
#Script interval in seconds
|
||||||
|
SCRIPT_INTERVAL: 300
|
||||||
|
image: mrusse08/soularr:latest
|
||||||
|
restart: unless-stopped
|
||||||
|
volumes:
|
||||||
|
#"You can set /downloads to whatever you want but will then need to change the Slskd download dir in your config file"
|
||||||
|
- ${DOCKER_VOLUME_STORAGEE}/downloads:/downloads
|
||||||
|
#Select where you are storing your config file. Leave "/data" since thats where the script expects the config file to be
|
||||||
|
- ${DOCKER_VOLUME_CONFIG}/soularr:/data
|
||||||
soulseek:
|
soulseek:
|
||||||
container_name: soulseek
|
container_name: soulseek
|
||||||
depends_on:
|
depends_on:
|
||||||
|
|||||||
Reference in New Issue
Block a user