mirror of
https://github.com/sameersbn/docker-gitlab.git
synced 2026-01-18 13:58:25 +00:00
upgrade to sameersbn/ubuntu:14.04.20160727
This commit is contained in:
parent
0d3f77fb03
commit
eee145d53a
@ -1,4 +1,4 @@
|
||||
FROM sameersbn/ubuntu:14.04.20160710
|
||||
FROM sameersbn/ubuntu:14.04.20160727
|
||||
MAINTAINER sameer@damagehead.com
|
||||
|
||||
ENV GITLAB_VERSION=8.10.1 \
|
||||
|
||||
@ -154,7 +154,7 @@ docker run --name gitlab-postgresql -d \
|
||||
--env 'DB_USER=gitlab' --env 'DB_PASS=password' \
|
||||
--env 'DB_EXTENSION=pg_trgm' \
|
||||
--volume /srv/docker/gitlab/postgresql:/var/lib/postgresql \
|
||||
sameersbn/postgresql:9.4-23
|
||||
sameersbn/postgresql:9.4-24
|
||||
```
|
||||
|
||||
Step 2. Launch a redis container
|
||||
@ -256,7 +256,7 @@ To illustrate linking with a postgresql container, we will use the [sameersbn/po
|
||||
First, lets pull the postgresql image from the docker index.
|
||||
|
||||
```bash
|
||||
docker pull sameersbn/postgresql:9.4-23
|
||||
docker pull sameersbn/postgresql:9.4-24
|
||||
```
|
||||
|
||||
For data persistence lets create a store for the postgresql and start the container.
|
||||
@ -276,7 +276,7 @@ docker run --name gitlab-postgresql -d \
|
||||
--env 'DB_USER=gitlab' --env 'DB_PASS=password' \
|
||||
--env 'DB_EXTENSION=pg_trgm' \
|
||||
--volume /srv/docker/gitlab/postgresql:/var/lib/postgresql \
|
||||
sameersbn/postgresql:9.4-23
|
||||
sameersbn/postgresql:9.4-24
|
||||
```
|
||||
|
||||
The above command will create a database named `gitlabhq_production` and also create a user named `gitlab` with the password `password` with access to the `gitlabhq_production` database.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user