dlr-eoc / prosEO

prosEO – A Processing System for Earth Observation Data
GNU General Public License v3.0
14 stars 1 forks source link

Deployment omissions for proseo-registry.eoc.dlr.de #58

Open tangobravo62 opened 4 years ago

tangobravo62 commented 4 years ago

Apparently the Docker registry is not started with the required environment variables:

REGISTRY_STORAGE_DELETE_ENABLED=true
REGISTRY_HTTP_TLS_CERTIFICATE=/certs/domain.crt
REGISTRY_HTTP_TLS_KEY=/certs/domain.key

where "/certs" is mounted from the actual certificate repository directory (env. variables need to be changed to reflect the actual file names, of course).

tangobravo62 commented 9 months ago

Certificate path is not relevant (handled by Nginx), but image deletion must still be configured