new dirs for docker compose

This commit is contained in:
tolerryan
2025-02-16 08:13:41 -06:00
parent 1208c42c98
commit bca8683252
2 changed files with 3 additions and 3 deletions

View File

@@ -23,7 +23,7 @@ COMPOSE_PROJECT_NAME=media-stack
DOCKER_SUBNET=172.28.10.0/24 DOCKER_SUBNET=172.28.10.0/24
DOCKER_GATEWAY=172.28.10.1 DOCKER_GATEWAY=172.28.10.1
LOCAL_SUBNET=192.168.0.0/24 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. # 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/ # 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 # Host Data Folders - Will accept Linux, Windows, NAS folders
FOLDER_FOR_CONFIGS=/home/grail/docker 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. # 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. # Run "sudo id docker" on host computer to find PUID / PGID and update these to suit.

View File

@@ -132,7 +132,7 @@ services:
volumes: volumes:
- ${FOLDER_FOR_CONFIGS:?err}/qbittorrent:/config - ${FOLDER_FOR_CONFIGS:?err}/qbittorrent:/config
- ${FOLDER_FOR_MEDIA:?err}:/data - ${FOLDER_FOR_MEDIA:?err}:/data
- /ceph:/downloads - /downloads:/downloads
environment: environment:
- PUID=${PUID:?err} - PUID=${PUID:?err}
- PGID=${PGID:?err} - PGID=${PGID:?err}