gitlab-org--gitlab-foss/doc/ci/services
GitLab Bot 8c0166b981 Add latest changes from gitlab-org/gitlab@master 2019-10-11 03:07:00 +00:00
..
README.md Add doc type 2019-05-30 06:21:27 +00:00
docker-services.md
mysql.md Fix markdown in various docs 2019-08-28 06:06:34 +00:00
postgres.md Add notes to the docs about setting service variables for users wanting to do so from the UI 2019-07-24 06:11:14 +00:00
redis.md Add latest changes from gitlab-org/gitlab@master 2019-10-11 03:07:00 +00:00

README.md

comments type
false index

GitLab CI services examples

The services keyword defines a Docker image that runs during a job linked to the Docker image that the image keyword defines. This allows you to access the service image during build time.

The service image can run any application, but the most common use case is to run a database container, for example: