자유게시판

  • 시롤로지 나스 GitLab CE 설치하기

    페이지 정보

    profile_image
    작성자천사 조회 4,172회 작성일 2021-09-05 22:14:36 댓글 0

    본문

    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

    댓글목록

    등록된 댓글이 없습니다.

    Copyright © blog.batifa.com All rights reserved.