41 lines
1.4 KiB
Bash
Executable File
41 lines
1.4 KiB
Bash
Executable File
########################################################################
|
|
########################################################################
|
|
########################################################################
|
|
##
|
|
## Docker Compose Environment Variable file for Primary Services
|
|
##
|
|
########################################################################
|
|
########################################################################
|
|
########################################################################
|
|
|
|
#Name of the project in Docker
|
|
COMPOSE_PROJECT_NAME=dependancy
|
|
|
|
# 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
|
|
MYSQL_ROOT_USER=root
|
|
MYSQL_ROOT_PASSWORD=freemind596
|
|
MYSQL_USER=morphon
|
|
MYSQL_PASSWORD=freemind596
|
|
POSTGRES_PASSWORD=freemind596
|
|
POSTGRES_USER=morphon
|
|
POSTGRES_DB=gamevault |