mirror of
https://github.com/Viren070/docker-compose-template.git
synced 2025-12-01 23:17:00 +01:00
fix: debridav adjustments to avoid conflicts
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user