From a51e656534f917587770ab5d0e4e1c67cfd67d74 Mon Sep 17 00:00:00 2001 From: Olivier Louvignes Date: Sat, 7 Jul 2018 00:53:31 +0200 Subject: [PATCH] feat(update): minor changes --- .gitignore | 1 + Makefile | 3 +++ templates/gitlab.rb | 2 +- 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 1edfc98..03e5ae0 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ volumes/ .idea/ +.history/ .env diff --git a/Makefile b/Makefile index adc4e5d..c030755 100644 --- a/Makefile +++ b/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 diff --git a/templates/gitlab.rb b/templates/gitlab.rb index ba9b26c..b57954f 100644 --- a/templates/gitlab.rb +++ b/templates/gitlab.rb @@ -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 \ No newline at end of file +registry_nginx['listen_https'] = false