mirror of
https://github.com/nickyeoman/docker-compose-cookbooks.git
synced 2026-09-04 10:56:23 +00:00
Started on the path of consistancy
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user