gitlab-org--gitlab-foss/doc/ci/services/README.md

14 lines
362 B
Markdown
Raw Normal View History

2017-11-01 11:56:40 -04:00
---
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)
2019-03-10 21:47:01 -04:00
- [Using Other Services](../docker/using_docker_images.md#what-is-a-service)