33 lines
1.3 KiB
Bash
Executable File
33 lines
1.3 KiB
Bash
Executable File
########################################################################
|
|
########################################################################
|
|
########################################################################
|
|
##
|
|
## Docker Compose Environment Variable file for Ombi Services
|
|
##
|
|
########################################################################
|
|
########################################################################
|
|
########################################################################
|
|
|
|
#Name of the project in Docker
|
|
COMPOSE_PROJECT_NAME=stats
|
|
|
|
# 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
|
|
TIMEZONE=America/New_York
|
|
|
|
# Secrets
|
|
PASSWORD=freemind596
|
|
GF_SERVER_DOMAIN=stats.floonetwork.site
|
|
GF_SERVER_ROOT_URL=https://stats.floonetwork.site
|
|
GF_SECURITY_ADMIN_USER=morphon
|
|
GF_SECURITY_ADMIN_PASSWORD=freemind596
|
|
GF_INSTALL_PLUGINS=grafana-clock-panel,grafana-worldmap-panel,satellogic-3d-globe-panel,corpglory-progresslist-panel,grafana-piechart-panel
|
|
INFLUX_USERNAME=morphon
|
|
INFLUX_PASSWORD=freemind596
|
|
GPG_KEY=E3FF2839C048B25C084DEBE9B26995E310250568 |