mirror of
https://github.com/moghtech/komodo.git
synced 2026-05-06 17:35:21 -05:00
[GH-ISSUE #990] .env file only loads in Info GUI when added as "Additional Env Files" #6448
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 @nickwilkie on GitHub (Nov 18, 2025).
Original GitHub issue: https://github.com/moghtech/komodo/issues/990
When using GUI-managed local stack files in Komodo, .env files are not shown in the "Info" tab unless added as an "Additional Env File" in addition to the "env file path" in config. I've tried redeploying a few times and need to add .env to the additional files list for it to show up every time. Docker compose recognizes the file regardless and uses it without an issue, it just isn't GUI editable without the second reference.
The workaround of adding it again as an additional env file functions fine, but would be nice for it to automatically recognize it and put it in the GUI without having to manually put it in twice.