C2A-Installation-Server/docker/install-gitlab.sh
2019-04-05 14:02:19 +09:00

13 lines
591 B
Bash
Executable File

# --env GITLAB_OMNIBUS_CONFIG="external_url 'http://gitlab.c2a-system.dev/'; gitlab_rails['gitlab_shell_ssh_port'] = 2201;" \
docker run --detach \
--name gitlab \
--publish 8001:80 \
--publish 2201:22 \
--hostname gitlab.c2a-system.test \
--env GITLAB_OMNIBUS_CONFIG="external_url 'http://gitlab.c2a-system.test/'; gitlab_rails['gitlab_shell_ssh_port'] = 2201;" \
--volume /srv/gitlab/config:/etc/gitlab \
--volume /srv/gitlab/logs:/var/log/gitlab \
--volume /srv/gitlab/data:/var/opt/gitlab \
--restart unless-stopped \
gitlab/gitlab-ce:latest