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

README.md « services « ci « doc - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 2eda5d239766ba3d282e1b97e16114b04a9ca2ff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
---
comments: false
---

# GitLab CI Services

GitLab CI uses the `services` keyword to define what docker containers should
be linked with your base image. Below is a list of examples you may use.

- [Using MySQL](mysql.md)
- [Using PostgreSQL](postgres.md)
- [Using Redis](redis.md)
- [Using Other Services](../docker/using_docker_images.md#what-is-a-service)