mirror of
https://github.com/mgcrea/docker-compose-gitlab-ce.git
synced 2025-07-20 18:34:21 +00:00
feat(update): minor changes
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
||||
volumes/
|
||||
.idea/
|
||||
.history/
|
||||
.env
|
||||
|
3
Makefile
3
Makefile
@ -9,5 +9,8 @@ bash:
|
||||
reconfigure:
|
||||
@docker-compose exec gitlab gitlab-ctl reconfigure
|
||||
|
||||
backup:
|
||||
@docker-compose exec gitlab gitlab-rake gitlab:backup:create
|
||||
|
||||
build:
|
||||
@bash scripts/buildEnv.sh
|
||||
|
@ -61,4 +61,4 @@ registry_nginx['listen_port'] = 80
|
||||
##! **Override only if your reverse proxy internally communicates over HTTP**
|
||||
##! Docs: https://docs.gitlab.com/omnibus/settings/nginx.html#supporting-proxied-ssl
|
||||
nginx['listen_https'] = false
|
||||
registry_nginx['listen_https'] = false
|
||||
registry_nginx['listen_https'] = false
|
||||
|
Reference in New Issue
Block a user