mirror of
https://github.com/mgcrea/docker-compose-gitlab-ce.git
synced 2025-07-26 15:50:38 +00:00
feat(update): minor changes
This commit is contained in:
@ -1,5 +1,7 @@
|
|||||||
GITLAB_CE_VERSION=10.8.2-ce.0
|
# https://hub.docker.com/r/gitlab/gitlab-ce/tags/
|
||||||
GITLAB_RUNNER_VERSION=alpine-v10.8.0
|
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
|
POSTGRES_VERSION=9.6.8-alpine
|
||||||
REDIS_VERSION=3-alpine
|
REDIS_VERSION=3-alpine
|
||||||
|
|
||||||
|
5
Makefile
5
Makefile
@ -4,7 +4,10 @@ all: build
|
|||||||
|
|
||||||
bash:
|
bash:
|
||||||
@source .env
|
@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:
|
reconfigure:
|
||||||
@docker-compose exec gitlab gitlab-ctl reconfigure
|
@docker-compose exec gitlab gitlab-ctl reconfigure
|
||||||
|
Reference in New Issue
Block a user