mirror of
https://github.com/moghtech/komodo.git
synced 2025-12-05 19:17:36 -06:00
Environment variables of stacks and repos flipped #288
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @LeadRR on GitHub (Apr 15, 2025).
Since https://github.com/moghtech/komodo/pull/383, the paths of the env vars for the stacks and repos are flipped.
Current state:
PERIPHERY_REPO_DIR=$PERIPHERY_ROOT_DIRECTORY/stacks
PERIPHERY_STACK_DIR=$PERIPHERY_ROOT_DIRECTORY/repos
Target state:
PERIPHERY_REPO_DIR: ${PERIPHERY_ROOT_DIRECTORY}/repos
PERIPHERY_STACK_DIR: ${PERIPHERY_ROOT_DIRECTORY}/stacks
https://github.com/moghtech/komodo/blob/main/compose/compose.env