์๋กค๋ก์ง ๋์ค GitLab CE ์ค์นํ๊ธฐ
ํ์ด์ง ์ ๋ณด
๋ณธ๋ฌธ
version: "2"
services:
ย web:
ย ย image: gitlab/gitlab-ce:latest
ย ย container_name: gitlab
ย ย hostname: "xxx.xxxxxx.com"
ย ย environment:
ย ย ย GITLAB_OMNIBUS_CONFIG: |
ย ย ย ย external_url 'https://xxx.xxxxxx.com'
ย ย ย GITLAB_ROOT_PASSWORD: gitlab
ย ย ย GITLAB_TIMEZONE: Asia/Seoul
ย ย ports:
ย ย ย - 80:80
ย ย ย - 443:443
ย ย ย - 22:22
ย ย volumes:
ย ย ย - /volume1/docker/gitlab/config:/etc/gitlab
ย ย ย - /volume1/docker/gitlab/logs:/var/log/gitlab
ย ย ย - /volume1/docker/gitlab/data:/var/opt/gitlab
ย ย restart: unless-stopped
๋๊ธ๋ชฉ๋ก
๋ฑ๋ก๋ ๋๊ธ์ด ์์ต๋๋ค.
