Docker-Compose/firebolt/.env

38 lines
1.3 KiB
Bash
Executable File

########################################################################
########################################################################
########################################################################
##
## Docker Compose Environment Variable file for Primary Services
##
########################################################################
########################################################################
########################################################################
#Name of the project in Docker
COMPOSE_PROJECT_NAME=secondary
# 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/
TP_THEME=nord
# Plex
PLEX_URL=http://192.168.1.50:32400
PLEX_TOKEN=WzjLsbSb4PuyNw93C5mS
# Host Data Folders - Will accept Linux, Windows, NAS folders
FOLDER_FOR_CONFIGS=/mnt/user/appdata/
FOLDER_FOR_MEDIA=/mnt/remotes/192.168.1.50_media/
FOLDER_FOR_TORRENTS=/mnt/user/data/torrents/
FOLDER_FOR_QBITDATA=/mnt/user/data/
# Defaults
PUID=99
PGID=100
UMASK=000
TIMEZONE=America/New_York
# Secrets
PASSWORD=freemind596
GPU=GPU-5cd7b25d-0813-4e4a-62ad-0deb4be46f95
#test: "curl -f http://localhost:32400/web/index.html || exit 1"