near / fast-auth-signer

https://fast-auth-signer.vercel.app
MIT License
30 stars 9 forks source link

feat: add support for docker container envs by supporting runtime env variables #210

Closed esaminu closed 6 months ago

esaminu commented 6 months ago

Support environment variable injection at compile-time and runtime. This is required so that our docker image can be run with custom environment variables which currently does not work since our image is already bundled with env variables that were passed at build time.

Testing Instructions:

vercel[bot] commented 6 months ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
fast-auth-signer ✅ Ready (Inspect) Visit Preview 💬 Add feedback Apr 2, 2024 10:28pm
hcho112 commented 6 months ago

I would recommend to update readme or create a new readme for docker only and briefly note above to apply environment variable?