From bca8683252fd7e65a10d479ffab1274474ac0af0 Mon Sep 17 00:00:00 2001 From: tolerryan <105945216+tolerryan@users.noreply.github.com> Date: Sun, 16 Feb 2025 08:13:41 -0600 Subject: [PATCH] new dirs for docker compose --- roles/ind/grail/docker-compose.env | 4 ++-- roles/ind/grail/docker-compose.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/roles/ind/grail/docker-compose.env b/roles/ind/grail/docker-compose.env index 893016a..2d6bdd4 100644 --- a/roles/ind/grail/docker-compose.env +++ b/roles/ind/grail/docker-compose.env @@ -23,7 +23,7 @@ COMPOSE_PROJECT_NAME=media-stack DOCKER_SUBNET=172.28.10.0/24 DOCKER_GATEWAY=172.28.10.1 LOCAL_SUBNET=192.168.0.0/24 -LOCAL_DOCKER_IP=192.168.0.6 +LOCAL_DOCKER_IP=192.168.0.57 # Each of the "*ARR" applications have been configured so the theme can be changed to your needs. # Refer to Theme Park for more info / options: https://docs.theme-park.dev/theme-options/aquamarine/ @@ -37,7 +37,7 @@ TP_THEME=nord # Host Data Folders - Will accept Linux, Windows, NAS folders FOLDER_FOR_CONFIGS=/home/grail/docker -FOLDER_FOR_MEDIA=/data +FOLDER_FOR_MEDIA=/media # File access, date and time details for the containers / applications to use. # Run "sudo id docker" on host computer to find PUID / PGID and update these to suit. diff --git a/roles/ind/grail/docker-compose.yml b/roles/ind/grail/docker-compose.yml index 6b784a2..ce7daf6 100644 --- a/roles/ind/grail/docker-compose.yml +++ b/roles/ind/grail/docker-compose.yml @@ -132,7 +132,7 @@ services: volumes: - ${FOLDER_FOR_CONFIGS:?err}/qbittorrent:/config - ${FOLDER_FOR_MEDIA:?err}:/data - - /ceph:/downloads + - /downloads:/downloads environment: - PUID=${PUID:?err} - PGID=${PGID:?err}