summaryrefslogtreecommitdiff
path: root/doc/ci/services/README.md
blob: 0856b7679c2b2ea0b3a14ee5ba85e6846aa93b76 (plain)
1
2
3
4
5
6
7
8
9
## GitLab CI Services

GitLab CI uses the `service` 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#how-to-use-other-images-as-services)