mirror of
https://github.com/moghtech/komodo.git
synced 2026-05-06 08:55:40 -05:00
[GH-ISSUE #189] [Feature] Parsed compose config preview #3152
Reference in New Issue
Block a user
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 @em411 on GitHub (Nov 15, 2024).
Original GitHub issue: https://github.com/moghtech/komodo/issues/189
Description
Currently, Komodo's UI displays the raw content of
compose.yamlfiles without processing Docker Compose's advanced features. This makes it difficult to understand the actual configuration that will be used during deployment, especially when using features like:Usage
To improve user experience and provide better visibility of the actual configuration, we should integrate the equivalent of
docker compose configcommand output in the UI, which shows the fully parsed and resolved configuration.Use Case
Makes it easier to audit and debug configuration issues by showing the complete resolved state.