fig: set secretpassword as the database user password

This commit is contained in:
Sameer Naik 2014-10-28 10:57:34 +05:30
parent 76b458666f
commit 944a5bf9dc

View File

@ -2,7 +2,7 @@ postgresql:
image: sameersbn/postgresql:9.1-1
environment:
- DB_USER=gitlab
- DB_PASS=airoaroonipouvua
- DB_PASS=secretpassword
- DB_NAME=gitlabhq_production
gitlab:
image: sameersbn/gitlab:7.4.2