Update servarr.yaml
This commit is contained in:
+32
-29
@@ -778,35 +778,38 @@ services:
|
||||
gluetun:
|
||||
condition: service_healthy
|
||||
|
||||
soularr-dashboard:
|
||||
restart: unless-stopped
|
||||
container_name: soularr-dashboard
|
||||
#network_mode: host
|
||||
working_dir: /app
|
||||
environment:
|
||||
- PUID=1001
|
||||
- PGID=1001
|
||||
- TZ=America/Los_Angeles
|
||||
# Path to the Soularr log file and failure list file for monitoring
|
||||
- LOG_PATH=/data/logs/soularr.log
|
||||
- FAILURE_PATH=/data/failure_list.txt
|
||||
volumes:
|
||||
# Path to the dashboard application directory (adjust based on your setup)
|
||||
- /srv/docker/entertainment/servarr/soularr/dashboard:/app
|
||||
# Path to the Soularr configuration directory for shared access with Soularr service
|
||||
- /srv/docker/entertainment/servarr/soularr/dashboard/config:/data
|
||||
# Path to the Soularr logs directory for monitoring logs in real-time
|
||||
- /srv/docker/entertainment/servarr/soularr/dashboard/logs:/data/logs
|
||||
# Docker socket for direct Docker access (use with caution)
|
||||
#- /var/run/docker.sock:/var/run/docker.sock
|
||||
labels:
|
||||
- homepage.group=Torrenting
|
||||
- homepage.name=Soularr
|
||||
- homepage.icon=soularr.png
|
||||
- homepage.description=Downloads Lidarr wanted items from SLSKD
|
||||
- homepage.href=${SOULARR_URL}
|
||||
- dockhand.url=${SOULARR_URL}
|
||||
- rackpeek.tags=torrenting
|
||||
soularr-dashboard:
|
||||
restart: unless-stopped
|
||||
container_name: soularr-dashboard
|
||||
#network_mode: host
|
||||
working_dir: /app
|
||||
environment:
|
||||
- PUID=1001
|
||||
- PGID=1001
|
||||
- TZ=America/Los_Angeles
|
||||
# Path to the Soularr log file and failure list file for monitoring
|
||||
- LOG_PATH=/data/logs/soularr.log
|
||||
- FAILURE_PATH=/data/failure_list.txt
|
||||
volumes:
|
||||
# Path to the dashboard application directory (adjust based on your setup)
|
||||
- /srv/docker/entertainment/servarr/soularr/dashboard:/app
|
||||
# Path to the Soularr configuration directory for shared access with Soularr service
|
||||
- /srv/docker/entertainment/servarr/soularr/dashboard/config:/data
|
||||
# Path to the Soularr logs directory for monitoring logs in real-time
|
||||
- /srv/docker/entertainment/servarr/soularr/dashboard/logs:/data/logs
|
||||
# Docker socket for direct Docker access (use with caution)
|
||||
#- /var/run/docker.sock:/var/run/docker.sock
|
||||
labels:
|
||||
- homepage.group=Torrenting
|
||||
- homepage.name=Soularr
|
||||
- homepage.icon=soularr.png
|
||||
- homepage.description=Downloads Lidarr wanted items from SLSKD
|
||||
- homepage.href=${SOULARR_URL}
|
||||
- dockhand.url=${SOULARR_URL}
|
||||
- rackpeek.tags=torrenting
|
||||
depends_on:
|
||||
gluetun:
|
||||
condition: service_healthy
|
||||
|
||||
##############################
|
||||
# AURRAL - REQUESTS
|
||||
|
||||
Reference in New Issue
Block a user