Sign inSign up

am003507/gitlab

By am003507

•Updated over 8 years ago

Image
0

85

am003507/gitlab repository overview

⁠docker-compose.yml

web: image: 'gitlab/gitlab-ce:latest' restart: always hostname: 'git.krofarm.com' container_name: gitlab environment: GITLAB_OMNIBUS_CONFIG: | external_url 'http://git.krofarm.com⁠' # Add any other gitlab.rb configuration here, each on its own line ports: - '30000:80'#http - '30001:443'#https - '30002::22'#ssh volumes: - '/var/services/homes/krobis/gitlab/config:/etc/gitlab' - '/var/services/homes/krobis/gitlab/logs:/var/log/gitlab' - '/var/services/homes/krobis/gitlab/data:/var/opt/gitlab' - '/var/services/homes/krobis/gitlab/backups:/var/opt/gitlab/backups' # 백업 폴더 추가

Tag summary

Content type

Image

Digest

Size

542.4 MB

Last updated

over 8 years ago

docker pull am003507/gitlab:0.1