DataONEorg / slinky

Slinky, the DataONE Graph Store
Apache License 2.0
4 stars 4 forks source link

Configure networking via env vars #51

Closed ThomasThelen closed 2 years ago

ThomasThelen commented 2 years ago

We have a few deployment cases for slinky; at the moment we can configure these using an environment. In #43 I added a --prod flag to the cli which brings us further away from the pattern using environmental variables for this.

Instead, we should be able to configure the hosts in the kubernetes deployment file and the docker-compose definition.

This should involve

amoeba commented 2 years ago

This was done by @ThomasThelen and merged to develop in https://github.com/DataONEorg/slinky/pull/54.