You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using docker compose for my project.
All my api keys are stored in a local file (ignored by git) and I inject it into my project with env_file in my docker-compose.yml.
Most of those variables are only for production, you can run the project with the file empty.
The problem is, I can't start my container if the file doesn't exist.
It could be a good idea to add a parameter to env_file to make it optional.
Cheers !
Dorian
akalipetis, rokups, roman-mazur, davidecavestro, harlow and 92 more