2018-03-17 18:26:18 +05:30
|
|
|
---
|
|
|
|
comments: false
|
|
|
|
---
|
|
|
|
|
|
|
|
# GitLab CI Services
|
2015-12-23 02:04:40 +05:30
|
|
|
|
2016-06-02 11:05:42 +05:30
|
|
|
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-23 02:04:40 +05:30
|
|
|
|
2016-06-02 11:05:42 +05:30
|
|
|
- [Using MySQL](mysql.md)
|
|
|
|
- [Using PostgreSQL](postgres.md)
|
|
|
|
- [Using Redis](redis.md)
|
2019-07-07 11:18:12 +05:30
|
|
|
- [Using Other Services](../docker/using_docker_images.md#what-is-a-service)
|