Skip to content
Snippets Groups Projects
Verified Commit b9a7f660 authored by Olivier Benz's avatar Olivier Benz
Browse files

Update GitLab Container Registry URL

parent 991e60d6
No related branches found
No related tags found
No related merge requests found
......@@ -18,7 +18,7 @@ services in a single container.
* Pre-configured to run at subdomains of your **own domain**:
* GitLab: gitlab.mydomain.com
* Mattermost: mattermost.mydomain.com
* Registry: registry.gitlab.mydomain.com
* Container Registry: glcr.mydomain.com
* Exposes GitLab shell on port 10022 by default.
* Sends emails through an
[exim-relay](https://hub.docker.com/r/devture/exim-relay) container by
......
......@@ -18,11 +18,11 @@ services:
- traefik.docker.network=webproxy
- traefik.http.services.gitlab.loadbalancer.server.port=80
- traefik.http.routers.gitlab.entrypoints=web
- traefik.http.routers.gitlab.rule=Host(`gitlab.${GL_DOMAIN}`,`mattermost.${GL_DOMAIN}`,`registry.gitlab.${GL_DOMAIN}`)
- traefik.http.routers.gitlab.rule=Host(`gitlab.${GL_DOMAIN}`,`mattermost.${GL_DOMAIN}`,`glcr.${GL_DOMAIN}`)
- traefik.http.routers.gitlab.middlewares=http2https@file
#- traefik.http.routers.gitlab.service=gitlab
- traefik.http.routers.gitlab-sec.entrypoints=websecure
- traefik.http.routers.gitlab-sec.rule=Host(`gitlab.${GL_DOMAIN}`,`mattermost.${GL_DOMAIN}`,`registry.gitlab.${GL_DOMAIN}`)
- traefik.http.routers.gitlab-sec.rule=Host(`gitlab.${GL_DOMAIN}`,`mattermost.${GL_DOMAIN}`,`glcr.${GL_DOMAIN}`)
- traefik.http.routers.gitlab-sec.middlewares=sts@file
#- traefik.http.routers.gitlab-sec.service=gitlab
- traefik.http.routers.gitlab-sec.tls.certresolver=${GL_CERTRESOLVER_NAME}
......@@ -81,7 +81,7 @@ services:
#gitlab_rails['smtp_openssl_verify_mode'] = 'none'
## Container Registry settings
registry_external_url 'https://registry.gitlab.${GL_DOMAIN}'
registry_external_url 'https://glcr.${GL_DOMAIN}'
### Settings used by GitLab application
gitlab_rails['registry_enabled'] = true
......@@ -149,7 +149,7 @@ services:
"X-Forwarded-Ssl" => "on"
}
## Registry NGINX
## Container Registry NGINX
registry_nginx['enable'] = true
#registry_nginx['listen_addresses'] = ['*', '[::]']
registry_nginx['listen_port'] = 80
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment