mirror of
https://github.com/Viren070/docker-compose-template.git
synced 2025-12-01 23:17:00 +01:00
fix: comment out debridav and minor fix for stremthru (#28)
This commit is contained in:
@@ -54,9 +54,9 @@ services:
|
||||
- debridav
|
||||
- all
|
||||
|
||||
debridav_rclone:
|
||||
rclone:
|
||||
image: rclone/rclone:latest
|
||||
container_name: debridav_rclone
|
||||
container_name: rclone
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
- TZ=${TZ}
|
||||
|
||||
+1
-1
@@ -131,7 +131,7 @@ STREMTHRU_INTEGRATION_TRAKT_CLIENT_SECRET=
|
||||
# DATABASE CONFIGURATION
|
||||
# ================================
|
||||
STREMTHRU_DATABASE_URI=sqlite://./data/stremthru.db
|
||||
STREMTHRU_REDIS_URI=redis://stremthru_redis:6379
|
||||
# STREMTHRU_REDIS_URI=redis://stremthru_redis:6379
|
||||
|
||||
|
||||
|
||||
|
||||
+2
-2
@@ -12,7 +12,6 @@ include:
|
||||
- apps/cloudflare-ddns/compose.yaml
|
||||
- apps/comet/compose.yaml
|
||||
- apps/dash/compose.yaml
|
||||
- apps/debridav/compose.yaml
|
||||
- apps/decypharr/compose.yaml
|
||||
- apps/dockge/compose.yaml
|
||||
- apps/dozzle/compose.yaml
|
||||
@@ -72,7 +71,8 @@ include:
|
||||
# To use both, update Zurg's rclone service name and its container name to rclone_zurg
|
||||
# You will also need to change Zurg's rclone's `- apps//mnt/remote/realdebrid:/data:rshared` to `- apps//mnt/remote/zurg:/data:rshared`
|
||||
# - apps/zurg/compose.yaml
|
||||
|
||||
# same as above for using debridav, Uncomment debridav and comment out decypharr and zurg
|
||||
# - apps/debridav/compose.yaml
|
||||
networks:
|
||||
default:
|
||||
name: ${DOCKER_NETWORK:-aio_default}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
[debridav]
|
||||
type = webdav
|
||||
url = http://debridav:8080/webdav/premiumize
|
||||
url = http://debridav:8080/
|
||||
vendor = other
|
||||
pacer_min_sleep = 0
|
||||
|
||||
Reference in New Issue
Block a user