-
Notifications
You must be signed in to change notification settings - Fork 98
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
Need to improve docker image for passing envs through files #175
Labels
Comments
AlekNS
added a commit
that referenced
this issue
Jun 16, 2018
AlekNS
added a commit
that referenced
this issue
Jun 19, 2018
AlekNS
added a commit
that referenced
this issue
Jun 19, 2018
AlekNS
added a commit
that referenced
this issue
Jun 19, 2018
AlekNS
added a commit
that referenced
this issue
Jun 19, 2018
AlekNS
added a commit
that referenced
this issue
Jun 19, 2018
AlekNS
added a commit
that referenced
this issue
Jun 21, 2018
AlekNS
added a commit
that referenced
this issue
Jun 21, 2018
AlekNS
added a commit
that referenced
this issue
Jun 21, 2018
AlekNS
added a commit
that referenced
this issue
Jun 21, 2018
AlekNS
added a commit
that referenced
this issue
Jun 21, 2018
AlekNS
added a commit
that referenced
this issue
Jun 21, 2018
AlekNS
added a commit
that referenced
this issue
Jun 21, 2018
AlekNS
added a commit
that referenced
this issue
Jun 21, 2018
AlekNS
added a commit
that referenced
this issue
Jun 21, 2018
AlekNS
added a commit
that referenced
this issue
Jul 1, 2018
AlekNS
added a commit
that referenced
this issue
Jul 1, 2018
AlekNS
added a commit
that referenced
this issue
Jul 2, 2018
AlekNS
added a commit
that referenced
this issue
Jul 2, 2018
hlogeon
pushed a commit
that referenced
this issue
Jul 3, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Docker has ability to use "secrets", for an example it could be using for AUTH_JWT env. But docker mount secrets as files. That's why need to use suffix _FILE (for env below it will be AUTH_JWT_FILE). An entrypoint script parse envs and detects _FILE prefix in name, read pointed file and export new env without _FILE suffix.
The text was updated successfully, but these errors were encountered: