Environment variables of stacks and repos flipped #288

Closed
opened 2025-10-31 15:07:38 -05:00 by GiteaMirror · 0 comments
Owner

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

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
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/komodo#288
No description provided.