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