28 lines
1.0 KiB
Bash
Executable File
28 lines
1.0 KiB
Bash
Executable File
########################################################################
|
|
########################################################################
|
|
########################################################################
|
|
##
|
|
## Docker Compose Environment Variable file for Mealie Services
|
|
##
|
|
########################################################################
|
|
########################################################################
|
|
########################################################################
|
|
|
|
#Name of the project in Docker
|
|
COMPOSE_PROJECT_NAME=mealie
|
|
|
|
# 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=/home/albus
|
|
|
|
# Defaults
|
|
PUID=1000
|
|
PGID=1000
|
|
TIMEZONE=America/New_York
|
|
|
|
# Secrets
|
|
DEFAULT_EMAIL=andrew@toothman.me
|
|
BASE_URL=https://toothmanrecipes.com |