no .env file found for implement the app
DaiyongBug opened this issue · 6 comments
DaiyongBug commented
no .env file found for implement the app
joaovitoriasilva commented
Hello thanks for reaching out. Can you provide more details on how are you deploying the container?
DaiyongBug commented
Hello thanks for reaching out. Can you provide more details on how are you deploying the container?
I just use the docker-compose up.
I just got this "OSError: Missing required environment variable: JAEGER_ENABLED" when run the backend app
pflavio commented
Hi @DaiyongBug just create a new .env file in the same folder as your docker compose yml and paste the content from https://github.com/joaovitoriasilva/endurain/blob/master/backend/.env
joaovitoriasilva commented
Hi @pflavio thanks for the help. I will look into this to better address the issue