How to set environment variables on docker compose for nginx container?
My project is using CI/CD for deployment and I have one docker-compose file for each application stage (dev, staging, release). Depending on what stage the application is, I want to redirect the user for my API using Nginx for a…