microbiomedata / nmdc-edge

Web-based interface to the NMDC EDGE platform
https://nmdc-edge.org
3 stars 0 forks source link

Configure Docker to get `CROMWELL_API_BASE_URL` from host environment #189

Closed eecavanna closed 3 weeks ago

eecavanna commented 3 weeks ago

Earlier today, @mflynn-lanl found that — when using the production Docker Compose file — the app container was not "taking on" (i.e. "inheriting") the value of the CROMWELL_API_BASE_URL environment variable defined on the Docker host. That was an oversight on my part, when creating the production Docker Compose file. In this branch, I made it so that value will propagate from the host to the container.