Merge pull request #642 from jenkinsci/update-docker-compose.yml-for-integration-tests

Export Docker container postgresql port to host
This commit is contained in:
Owen Mehegan 2017-10-16 14:35:49 -07:00 committed by GitHub
commit ca400c19bc
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