ACED-IDP / compose-services-training

Learn about Gen3 using Docker compose
Apache License 2.0
1 stars 1 forks source link

Make aced-training.compbio.ohsu.edu accessible #16

Closed bwalsh closed 1 year ago

bwalsh commented 2 years ago

The setup instructions that create /etc/hosts entries work. See https://github.com/ACED-IDP/compose-services-training/blob/ohsu-training/docs/aced.md#setup

However, this enables url resolution for the host e.g. your browser. When we are deployed locally, it would be useful if the same addresses were resolved for apps running in containers. e.g. Have the peregrine-service refer to a minio instance to retrieve the data model DNS.

Could we use the extra_hosts configuration clause to enable this?

https://docs.docker.com/compose/compose-file/#extra_hosts