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:
Karsten Kraus 2017-10-16 22:25:42 +02:00 committed by GitHub
parent 45217ac90c
commit 4fc27ff04c
1 changed files with 2 additions and 0 deletions

View File

@ -2,6 +2,8 @@ postgresql:
container_name: docker-postgresql
restart: always
image: sameersbn/postgresql:9.5-1
ports:
- "5432:5432"
environment:
- DB_USER=gitlab
- DB_PASS=password