All Downloads are FREE. Search and download functionalities are using the official Maven repository.

gitlab.gitlab-compose.docker-compose-gitlab.yml Maven / Gradle / Ivy

There is a newer version: 23.3.0-1025.941
Show newest version
version: "3.4"

services:
  gitlab-local:
    image: gitlab/gitlab-ce:13.8.5-ce.0
    environment:
      GITLAB_OMNIBUS_CONFIG: |
        gitlab_rails['initial_root_password'] = "password"
    ports:
      - "1122:22"
      - "11180:80"
      - "11443:443"




© 2015 - 2024 Weber Informatics LLC | Privacy Policy