Skip to content

Add support for global env file to be applied to all stacks. #98

Description

@mstrhakr

Summary

Add support for global env file to be applied to all stacks.

Detailed description

Add support for global env file to be applied to all stacks. Using multiple env files is supported by compose, we would just need to check it its set and add --env-file [global env file] to the appropriate calls. Suggested originally here https://forums.unraid.net/topic/197334-plugin-compose-manager-plus/page/5/#findComment-1618341

We would need to ensure load order is correct as from what I've read the env files can override eachother, first --env-file is lowest priority and last is highest priority.

Alternatives considered

Copy paste reusable env vars into each projects env file.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions