How to set Environment Variables from server in Docker Compose?
问题 Is there a way to force docker compose to assume environment variables from the underlying machine? Background: I decided to play around with Docker in my ASP.NET Core Web Application, so I used the Add Docker Support option in Visual Studio, which created a .dcproj (Docker Compose project). Prior to that, I was reading some configs from Environment Variables on the current machine (either my dev machine or a server). I realized when I'm debugging with the docker compose project, I'm not able