singularityhub / sregistry

server for storage and management of singularity images
https://singularityhub.github.io/sregistry
Mozilla Public License 2.0
103 stars 42 forks source link

Consolidate container env settings #410

Closed cpeel closed 1 year ago

cpeel commented 1 year ago

Now that we can set sregistry config values with env variables (or will once https://github.com/singularityhub/sregistry/pull/409 merges), make it such that we only need to set them in one place in docker-compose for them to be picked up by all of the sregistry containers.

I also grouped the base service dependencies together at the top of the file.