Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kazuhiko Shiozaki
gitlab-ce
Commits
9dc91f46
Commit
9dc91f46
authored
Dec 08, 2015
by
Achilleas Pipinellis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add link to runners doc [ci skip]
parent
47e81da8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
doc/ci/services/postgres.md
doc/ci/services/postgres.md
+3
-3
No files found.
doc/ci/services/postgres.md
View file @
9dc91f46
...
@@ -6,8 +6,8 @@ do this with the Docker and Shell executors of GitLab Runner.
...
@@ -6,8 +6,8 @@ do this with the Docker and Shell executors of GitLab Runner.
## Use PostgreSQL with the Docker executor
## Use PostgreSQL with the Docker executor
If you are using
GitLab's Runner with the Docker executor you basically have
If you are using
[
GitLab Runner
](
../runners/README.md
)
with the Docker executor
everything set up already.
you basically have
everything set up already.
First, in your
`.gitlab-ci.yml`
add:
First, in your
`.gitlab-ci.yml`
add:
...
@@ -21,7 +21,7 @@ variables:
...
@@ -21,7 +21,7 @@ variables:
POSTGRES_PASSWORD
:
"
"
POSTGRES_PASSWORD
:
"
"
```
```
And then configure your application to use
PostgreSQL
, for example:
And then configure your application to use
the database
, for example:
```
yaml
```
yaml
Host
:
localhost
Host
:
localhost
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment