joaovitoriasilva/endurain

no .env file found for implement the app

DaiyongBug opened this issue · 6 comments

no .env file found for implement the app

Hello thanks for reaching out. Can you provide more details on how are you deploying the container?

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

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

Hi @pflavio thanks for the help. I will look into this to better address the issue