Allow overriding internal environment variables in Docker for predictable values in pipelines #431
Closed
jeespinozam
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
|
These values are only used for the dashboard and it is internal to the docker container, so nothing should change for the outside users if they just restart the container. Did you run into any problems with this? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
We should allow overriding these environment variables to ensure predictable values when running Stack Auth with Docker Compose, especially in CI/CD pipelines.
Proposed Update for docker/server/entrypoint.sh
Proposed Improvement
• Allow these environment variables to be overridden from the outside.
• Generate random values only as a fallback when no values are provided.
• This ensures predictable values in pipelines.
Looking forward to hearing your thoughts and suggestions!
Beta Was this translation helpful? Give feedback.
All reactions