Closed lchigami closed 6 years ago
Resolved!
The problem was how the Gitlab was accessing the Registry internal API URL.
Changed
- GITLAB_REGISTRY_API_URL=https://registry:5000
to
- GITLAB_REGISTRY_API_URL=https://gitlab.abc.def.com:5000
Resolved!
The problem was how the Gitlab was accessing the Registry internal API URL. Changed
- GITLAB_REGISTRY_API_URL=https://registry:5000
to- GITLAB_REGISTRY_API_URL=https://gitlab.abc.def.com:5000
where did you modify your ngnix config
Hi, I'm trying to setup my Gitlab and Registry with SSL in the same server using compose, but I keep getting the certificate verify failed error.
Here is my docker-compose.yml
I'm using the same domain to both Gitlab and Registry (gitlab.abc.def.com)
Note: You could also run everything on the same domain and use different ports instead. The required configuration changes below should be straightforward.
(from https://github.com/sameersbn/docker-gitlab/blob/master/docs/container_registry.md)Error from production.log