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.
This commit is contained in:
@@ -9,10 +9,11 @@ TZ=America/New_York
|
|||||||
# Server Configuration
|
# Server Configuration
|
||||||
SERVER_IP=192.168.1.100
|
SERVER_IP=192.168.1.100
|
||||||
|
|
||||||
|
# Directory Configuration
|
||||||
|
STACKS_DIR=/opt/stacks
|
||||||
|
|
||||||
# Homepage Configuration
|
# Homepage Configuration
|
||||||
HOMEPAGE_VAR_TITLE=My Homelab
|
HOMEPAGE_VAR_TITLE=My Homelab
|
||||||
HOMEPAGE_VAR_SEARCH_PROVIDER=google
|
|
||||||
HOMEPAGE_VAR_HEADER_STYLE=clean
|
|
||||||
|
|
||||||
# Grafana Configuration (if used)
|
# Grafana Configuration (if used)
|
||||||
GRAFANA_ADMIN_PASSWORD=changeme
|
GRAFANA_ADMIN_PASSWORD=changeme
|
||||||
|
|||||||
@@ -9,5 +9,9 @@ TZ=America/New_York
|
|||||||
# Pi-hole Configuration
|
# Pi-hole Configuration
|
||||||
PIHOLE_WEBPASSWORD=changeme
|
PIHOLE_WEBPASSWORD=changeme
|
||||||
|
|
||||||
|
# Code Server Configuration
|
||||||
|
CODE_SERVER_PASSWORD=changeme
|
||||||
|
CODE_SERVER_SUDO_PASSWORD=changeme
|
||||||
|
|
||||||
# Directory Configuration
|
# Directory Configuration
|
||||||
STACKS_DIR=/opt/stacks
|
STACKS_DIR=/opt/stacks
|
||||||
|
|||||||
Reference in New Issue
Block a user