Welcome to mirror list, hosted at ThFree Co, Russian Federation.

.devfile.yaml - gitlab.com/gitlab-org/gitlab-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: be303b1f23f281a5e958add18110c583d1c2b050 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
schemaVersion: 2.2.0
components:
  - name: gitlab-docs
    attributes:
      gl/inject-editor: true
    container:
      image: registry.gitlab.com/gitlab-org/gitlab-docs:workspace
      env:
        - name: SEARCH_BACKEND
          value: lunr
      endpoints:
        - name: docs
          targetPort: 3000
          secure: true
          protocol: http