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,5 +1,7 @@
|
||||
GITLAB_CE_VERSION=10.8.2-ce.0
|
||||
GITLAB_RUNNER_VERSION=alpine-v10.8.0
|
||||
# https://hub.docker.com/r/gitlab/gitlab-ce/tags/
|
||||
GITLAB_CE_VERSION=11.0.3-ce.0
|
||||
# https://hub.docker.com/r/gitlab/gitlab-runner/tags/
|
||||
GITLAB_RUNNER_VERSION=alpine-v11.0.0
|
||||
POSTGRES_VERSION=9.6.8-alpine
|
||||
REDIS_VERSION=3-alpine
|
||||
|
||||
|
7
Makefile
7
Makefile
@ -4,13 +4,16 @@ all: build
|
||||
|
||||
bash:
|
||||
@source .env
|
||||
@docker run --rm --net=host -it ${DOCKER_IMAGE}:${GITLAB_CE_VERSION} /bin/sh
|
||||
@docker run --rm --net=host -it gitlab/gitlab-ce:${GITLAB_CE_VERSION} /bin/sh
|
||||
|
||||
version:
|
||||
@docker run --rm --net=host -it gitlab/gitlab-ce:${GITLAB_CE_VERSION} /opt/gitlab/embedded/bin/psql --version
|
||||
|
||||
reconfigure:
|
||||
@docker-compose exec gitlab gitlab-ctl reconfigure
|
||||
|
||||
backup:
|
||||
@docker-compose exec gitlab gitlab-rake gitlab:backup:create
|
||||
@docker-compose exec gitlab gitlab-rake gitlab:backup:create
|
||||
|
||||
build:
|
||||
@bash scripts/buildEnv.sh
|
||||
|
Reference in New Issue
Block a user