Files
EZ-Homelab/docker-compose/dashboards/.env.example
kelin 96c7ff39a4 Add missing variables to .env.example files
- Added STACKS_DIR to dashboards/.env.example (needed for homepage volume mount)
- Added HOMEPAGE_VAR_TITLE to dashboards/.env.example
- Added CODE_SERVER_PASSWORD and CODE_SERVER_SUDO_PASSWORD to infrastructure/.env.example

These variables are required by the docker-compose files but were missing from the .env.example files, causing Docker Compose to fail with 'variable is not set' errors.
2026-02-10 19:01:57 -05:00

20 lines
407 B
Plaintext

# Dashboards Stack Environment Variables
# These variables are used for Homepage and Homarr
# Base Configuration
DOMAIN=example.duckdns.org
SERVER_HOSTNAME=myserver
TZ=America/New_York
# Server Configuration
SERVER_IP=192.168.1.100
# Directory Configuration
STACKS_DIR=/opt/stacks
# Homepage Configuration
HOMEPAGE_VAR_TITLE=My Homelab
# Grafana Configuration (if used)
GRAFANA_ADMIN_PASSWORD=changeme