Docker-Compose/gringotts/.env

30 lines
1.1 KiB
Bash
Executable File

########################################################################
########################################################################
########################################################################
##
## Docker Compose Environment Variable file for Primary Services
##
########################################################################
########################################################################
########################################################################
#Name of the project in Docker
COMPOSE_PROJECT_NAME=primary
# 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
# Host Data Folders - Will accept Linux, Windows, NAS folders
APPDATA=/mnt/user/appdata
# 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.
PUID=99
PGID=100
UMASK=000
TIMEZONE=America/New_York
# Secrets
PASSWORD=freemind596
ServerIP=192.168.1.7