Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for docker secrets and referenced vars #190

Open
wants to merge 3 commits into
base: develop
Choose a base branch
from

Commits on Jul 7, 2018

  1. Support for docker secrets and referenced vars

    Main additions:
    - Docker secrets are loaded as environment variables
    - Referenced env variables can be used in db strings, cache strings, etc.
    - Tests are included
    greganagno committed Jul 7, 2018
    Configuration menu
    Copy the full SHA
    a1aeb97 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f1b0101 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2018

  1. Read docker secrets directly from the disk

    Previously the docker secrets were loaded as environment variables
    greganagno committed Sep 29, 2018
    Configuration menu
    Copy the full SHA
    e069585 View commit details
    Browse the repository at this point in the history