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: 44b4d7d00da52b8e307c26d73581912535ea0f4a (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