feat(update): minor changes

This commit is contained in:
Olivier Louvignes
2018-07-07 00:53:31 +02:00
parent c13dfa8865
commit a51e656534
3 changed files with 5 additions and 1 deletions

1
.gitignore vendored
View File

@ -1,3 +1,4 @@
volumes/
.idea/
.history/
.env

View File

@ -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

View File

@ -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