Update servarr.yaml
This commit is contained in:
+34
-34
@@ -41,7 +41,7 @@ services:
|
|||||||
- 50300:50300/tcp # SLSKD LISTEN - incoming connections (need to port forward)
|
- 50300:50300/tcp # SLSKD LISTEN - incoming connections (need to port forward)
|
||||||
- 8000:8000 # Gluetun Control Server used by SLSKD & Homepage
|
- 8000:8000 # Gluetun Control Server used by SLSKD & Homepage
|
||||||
- 4848:4848 # tubesync
|
- 4848:4848 # tubesync
|
||||||
- 8080:8080 # Soularr Dashboard
|
#- 8080:8080 # Soularr Dashboard
|
||||||
cap_add:
|
cap_add:
|
||||||
- NET_ADMIN
|
- NET_ADMIN
|
||||||
devices:
|
devices:
|
||||||
@@ -778,39 +778,39 @@ services:
|
|||||||
gluetun:
|
gluetun:
|
||||||
condition: service_healthy
|
condition: service_healthy
|
||||||
|
|
||||||
soularr-dashboard:
|
#soularr-dashboard:
|
||||||
image: ghcr.io/erich9958/soularr-dashboard:latest
|
# image: ghcr.io/erich9958/soularr-dashboard:latest
|
||||||
restart: unless-stopped
|
# restart: unless-stopped
|
||||||
container_name: soularr-dashboard
|
# container_name: soularr-dashboard
|
||||||
#network_mode: host
|
# #network_mode: host
|
||||||
working_dir: /app
|
# working_dir: /app
|
||||||
environment:
|
# environment:
|
||||||
- PUID=1001
|
# - PUID=1001
|
||||||
- PGID=1001
|
# - PGID=1001
|
||||||
- TZ=America/Los_Angeles
|
# - TZ=America/Los_Angeles
|
||||||
# Path to the Soularr log file and failure list file for monitoring
|
# # Path to the Soularr log file and failure list file for monitoring
|
||||||
- LOG_PATH=/data/logs/soularr.log
|
# - LOG_PATH=/data/logs/soularr.log
|
||||||
- FAILURE_PATH=/data/failure_list.txt
|
# - FAILURE_PATH=/data/failure_list.txt
|
||||||
volumes:
|
# volumes:
|
||||||
# Path to the dashboard application directory (adjust based on your setup)
|
# # Path to the dashboard application directory (adjust based on your setup)
|
||||||
- /srv/docker/entertainment/servarr/soularr/dashboard:/app
|
# - /srv/docker/entertainment/servarr/soularr/dashboard:/app
|
||||||
# Path to the Soularr configuration directory for shared access with Soularr service
|
# # Path to the Soularr configuration directory for shared access with Soularr service
|
||||||
- /srv/docker/entertainment/servarr/soularr/dashboard/config:/data
|
# - /srv/docker/entertainment/servarr/soularr/dashboard/config:/data
|
||||||
# Path to the Soularr logs directory for monitoring logs in real-time
|
# # Path to the Soularr logs directory for monitoring logs in real-time
|
||||||
- /srv/docker/entertainment/servarr/soularr/dashboard/logs:/data/logs
|
# - /srv/docker/entertainment/servarr/soularr/dashboard/logs:/data/logs
|
||||||
# Docker socket for direct Docker access (use with caution)
|
# # Docker socket for direct Docker access (use with caution)
|
||||||
#- /var/run/docker.sock:/var/run/docker.sock
|
# #- /var/run/docker.sock:/var/run/docker.sock
|
||||||
labels:
|
# labels:
|
||||||
- homepage.group=Torrenting
|
# - homepage.group=Torrenting
|
||||||
- homepage.name=Soularr
|
# - homepage.name=Soularr
|
||||||
- homepage.icon=soularr.png
|
# - homepage.icon=soularr.png
|
||||||
- homepage.description=Downloads Lidarr wanted items from SLSKD
|
# - homepage.description=Downloads Lidarr wanted items from SLSKD
|
||||||
- homepage.href=${SOULARR_URL}
|
# - homepage.href=${SOULARR_URL}
|
||||||
- dockhand.url=${SOULARR_URL}
|
# - dockhand.url=${SOULARR_URL}
|
||||||
- rackpeek.tags=torrenting
|
# - rackpeek.tags=torrenting
|
||||||
depends_on:
|
# depends_on:
|
||||||
gluetun:
|
# gluetun:
|
||||||
condition: service_healthy
|
# condition: service_healthy
|
||||||
|
|
||||||
##############################
|
##############################
|
||||||
# AURRAL - REQUESTS
|
# AURRAL - REQUESTS
|
||||||
|
|||||||
Reference in New Issue
Block a user