From 9d2ae6fe88d96e14a73ff08d73ead843ee3e60ca Mon Sep 17 00:00:00 2001 From: Viren070 Date: Wed, 25 Jun 2025 20:29:13 +0100 Subject: [PATCH] fix: debridav adjustments to avoid conflicts --- apps/debridav/.env | 2 +- apps/debridav/compose.yaml | 9 ++++----- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/apps/debridav/.env b/apps/debridav/.env index 89e91cc..44ec935 100644 --- a/apps/debridav/.env +++ b/apps/debridav/.env @@ -54,7 +54,7 @@ RADARR_API_KEY=your_radarr_api_key # -------------- Database Configuration -------------- # Postgres DB connection for DebriDav metadata -DEBRIDAV_DB_HOST=postgres-debridav +DEBRIDAV_DB_HOST=debridav_postgres DEBRIDAV_DB_PORT=5432 DEBRIDAV_DB_DATABASE_NAME=debridav DEBRIDAV_DB_USERNAME=debridav diff --git a/apps/debridav/compose.yaml b/apps/debridav/compose.yaml index 0d3145d..0237c4c 100644 --- a/apps/debridav/compose.yaml +++ b/apps/debridav/compose.yaml @@ -13,7 +13,6 @@ services: - PGID=${PGID} - UMASK=002 - TZ=${TZ} - - DEBRIDAV_ROOTPATH=${DEBRIDAV_ROOT_PATH} - DEBRIDAV_DOWNLOADPATH=${DEBRIDAV_DOWNLOAD_PATH} - DEBRIDAV_MOUNTPATH=${DEBRIDAV_MOUNT_PATH_CONTAINERS} @@ -52,9 +51,9 @@ services: postgres-debridav: condition: service_healthy - rclone: + debridav_rclone: image: rclone/rclone:latest - container_name: rclone-debridav + container_name: debridav_rclone restart: unless-stopped environment: - TZ=${TZ} @@ -84,9 +83,9 @@ services: --dir-cache-time=1s -vv - postgres-debridav: + debridav_postgres: image: postgres:latest - container_name: postgres-debridav + container_name: debridav_postgres restart: unless-stopped environment: - POSTGRES_USER=debridav