Started on the path of consistancy

This commit is contained in:
2025-10-25 14:00:28 -07:00
parent 32a175f272
commit 10adf9cc83
6 changed files with 111 additions and 55 deletions
+15
View File
@@ -0,0 +1,15 @@
# Cookbook environment overrides
# Generated/Updated: 2025-10-24 14:30:00
# Universal defaults (applies to all cookbooks)
# Volumes base path (all mounts under here, e.g., ${VOL_PATH}/project_data)
VOL_PATH=./data
# Timezone for all containers
TZ=America/Vancouver
# Project name for unique container/network names (default: myProject; override to basename of dir)
COMPOSE_PROJECT_NAME=myProject
# Instance identifier (for multi-run prefixes, e.g., DB_PASSWORD_${INSTANCE_NAME})
INSTANCE_NAME=joomla-prod