Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DOCSS-1681-Convert files to adoc #9194

Merged
merged 23 commits into from
Jan 28, 2025
Merged
Changes from 1 commit
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix conflict
rosieyohannan committed Jan 27, 2025
commit 1c373fb4efc3cb5f56e1ed3ea4cc54dd8078e48a
4 changes: 2 additions & 2 deletions jekyll/_cci2/databases.adoc
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@
contentTags:
platform:
- Cloud
- Server v4.x
- Server v4+
---
= Configure databases
:page-description: This document describes how to use the official CircleCI pre-built Docker container images for a database service in CircleCI.
@@ -108,7 +108,7 @@ To use `pg_dump`, `pg_restore` and similar utilities requires some extra configu
----

[#using-dockerize-to-wait-for-dependencies]
=== Using Dockerize to wait for dependencies
=== Using dockerize to wait for dependencies

Using multiple Docker containers for your jobs may cause race conditions if the service in a container does not start before the job tries to use it. For example, your PostgreSQL container might be running, but might not be ready to accept connections. Work around this problem by using `dockerize` to wait for dependencies.
Following is an example of how to do this in your CircleCI config file:
You are viewing a condensed version of this merge commit. You can view the full changes here.