2017-11-01 11:56:40 -04:00
|
|
|
---
|
|
|
|
comments: false
|
|
|
|
---
|
|
|
|
|
|
|
|
# GitLab CI Services
|
2015-11-25 08:41:14 -05:00
|
|
|
|
2016-02-29 07:44:08 -05:00
|
|
|
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.
|
2015-12-04 04:47:50 -05:00
|
|
|
|
2016-02-29 07:44:08 -05:00
|
|
|
- [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)
|