mirror of
https://github.com/mgcrea/docker-compose-gitlab-ce.git
synced 2025-07-23 05:17:55 +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
|
||||||
|
Reference in New Issue
Block a user