
Table of Contents
Introduction
Prerequisites
Building a local development environment
1. Create a Next.js application
2. Configure N...
Some comments have been hidden by the post's author - find out more
For further actions, you may consider blocking this person and/or reporting abuse
Nice 👌🏾. We could also pass secrets environments variables not plainly with something like …?
Nice 😊 work!
Thanks!
Right, you should never ever add real API keys or secrets in config files that are stored on GitHub. If you want to use other secrets, like
GOOGLE_CLIENT_ID
andGOOGLE_CLIENT_SECRET
, you should store them in .env file and add it to .gitignore. Then you can use them in docker-compose.yml file like this:And run docker-compose like this:
Totally. These files are not to be committed 🤭. By docker compose secrets, the sensitive variables are not stored as plain texts.
Thanks for this post!
Whoa t3.app is neat, makes the set up super simple. Curious for thoughts on something I'm working on which is probably overbuilt for this type of tutorial: github.com/kurtosis-tech/kurtosis
Wow, Kurtosis is a great project!
I definitely need some time to learn more about it, thanks for sharing!
For sure! Please feel free to hmu if you have any feedback or questions :)
Good one
Niceeee 😊 !!!
good good work
Very nicely written and described
Handy Tutorial Thanks for sharing this 🤝
Really awesome post.
Nice 🌺 work!
Good job!
Good stuff. Thanks
Awesome 😎