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

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'doc/ci/services/index.md')
-rw-r--r--doc/ci/services/index.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/ci/services/index.md b/doc/ci/services/index.md
index 6754e547d0d..8d603b17e2e 100644
--- a/doc/ci/services/index.md
+++ b/doc/ci/services/index.md
@@ -18,6 +18,7 @@ case is to run a database container, for example:
- [MySQL](mysql.md)
- [PostgreSQL](postgres.md)
- [Redis](redis.md)
+- [GitLab](gitlab.md) as an example for a microservice offering a JSON API
It's easier and faster to use an existing image and run it as an additional container
than to install `mysql`, for example, every time the project is built.