Export postgresql port to host
Updated docker-compose.yml so that it allows to run GitLabIT against the created containers
This commit is contained in:
parent
45217ac90c
commit
4fc27ff04c
|
@ -2,6 +2,8 @@ postgresql:
|
||||||
container_name: docker-postgresql
|
container_name: docker-postgresql
|
||||||
restart: always
|
restart: always
|
||||||
image: sameersbn/postgresql:9.5-1
|
image: sameersbn/postgresql:9.5-1
|
||||||
|
ports:
|
||||||
|
- "5432:5432"
|
||||||
environment:
|
environment:
|
||||||
- DB_USER=gitlab
|
- DB_USER=gitlab
|
||||||
- DB_PASS=password
|
- DB_PASS=password
|
||||||
|
|
Loading…
Reference in New Issue